yarp
Class IControlLimits
java.lang.Object
yarp.IControlLimits
public class IControlLimits
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
IControlLimits
public IControlLimits(long cPtr,
boolean cMemoryOwn)
getCPtr
public static long getCPtr(IControlLimits obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
setLimits
public boolean setLimits(int axis,
double min,
double max)
getLimits
public boolean getLimits(int axis,
SWIGTYPE_p_double min,
SWIGTYPE_p_double max)
getLimits
public boolean getLimits(int axis,
DVector min,
DVector max)