yarp
Class CartesianEvent

java.lang.Object
  extended by yarp.CartesianEvent

public class CartesianEvent
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
CartesianEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void cartesianEventCallback()
           
 void delete()
           
protected  void finalize()
           
 CartesianEventParameters getCartesianEventParameters()
           
 CartesianEventVariables getCartesianEventVariables()
           
static long getCPtr(CartesianEvent obj)
           
 void setCartesianEventParameters(CartesianEventParameters value)
           
 void setCartesianEventVariables(CartesianEventVariables value)
           
 
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

CartesianEvent

public CartesianEvent(long cPtr,
                      boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(CartesianEvent obj)

finalize

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

delete

public void delete()

setCartesianEventParameters

public void setCartesianEventParameters(CartesianEventParameters value)

getCartesianEventParameters

public CartesianEventParameters getCartesianEventParameters()

setCartesianEventVariables

public void setCartesianEventVariables(CartesianEventVariables value)

getCartesianEventVariables

public CartesianEventVariables getCartesianEventVariables()

cartesianEventCallback

public void cartesianEventCallback()