Package org.robwork.sdurw_trajectory
Class Timed_d
- java.lang.Object
-
- org.robwork.sdurw_trajectory.Timed_d
-
public class Timed_d extends java.lang.Object
A tuple of (time, value).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(Timed_d obj)
SWIGTYPE_p_double
getTime()
The timeSWIGTYPE_p_double
getValue()
void
setTime(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)
-
-