yarp
Class IControlLimits

java.lang.Object
  extended by yarp.IControlLimits

public class IControlLimits
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
IControlLimits(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

IControlLimits

public IControlLimits(long cPtr,
                      boolean cMemoryOwn)
Method Detail

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)