public class IControlLimits
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
IControlLimits(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(IControlLimits obj) |
boolean |
getLimits(int axis,
DVector min,
DVector max) |
boolean |
getLimits(int axis,
SWIGTYPE_p_double min,
SWIGTYPE_p_double max) |
boolean |
setLimits(int axis,
double min,
double max) |
protected static long getCPtr(IControlLimits obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public boolean setLimits(int axis, double min, double max)
public boolean getLimits(int axis, SWIGTYPE_p_double min, SWIGTYPE_p_double max)