yarp
Class IControlLimitsRaw

java.lang.Object
  extended by yarp.IControlLimitsRaw

public class IControlLimitsRaw
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
IControlLimitsRaw(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(IControlLimitsRaw obj)
           
 boolean getLimitsRaw(int axis, SWIGTYPE_p_double min, SWIGTYPE_p_double max)
           
 boolean setLimitsRaw(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

IControlLimitsRaw

public IControlLimitsRaw(long cPtr,
                         boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(IControlLimitsRaw obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setLimitsRaw

public boolean setLimitsRaw(int axis,
                            double min,
                            double max)

getLimitsRaw

public boolean getLimitsRaw(int axis,
                            SWIGTYPE_p_double min,
                            SWIGTYPE_p_double max)