Package org.robwork.sdurw_trajectory
Class Timed_d
- java.lang.Object
-
- org.robwork.sdurw_trajectory.Timed_d
-
public class Timed_d extends java.lang.ObjectA tuple of (time, value).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()static longgetCPtr(Timed_d obj)SWIGTYPE_p_doublegetTime()The timeSWIGTYPE_p_doublegetValue()voidsetTime(double time)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Timed_d obj)
-
delete
public void delete()
-
getTime
public SWIGTYPE_p_double getTime()
The time
-
getValue
public SWIGTYPE_p_double getValue()
-
setTime
public void setTime(double time)
-
-