Package yarp
Class IAxisInfo
- java.lang.Object
-
- yarp.IAxisInfo
-
public class IAxisInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
IAxisInfo(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
boolean
getAxisName(int axis, SWIGTYPE_p_std__string name)
protected static long
getCPtr(IAxisInfo obj)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IAxisInfo obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
getAxisName
public boolean getAxisName(int axis, SWIGTYPE_p_std__string name)
-
-