|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgReferenced
com.visioglobe.libVisioDevKit.VgFunctorDescriptor
com.visioglobe.libVisioDevKit.VgDiscreteVectorFunctorDescriptor
public class VgDiscreteVectorFunctorDescriptor
This class describes a functor for positions using discrete samples. The resulting functor will interpolate the positions using linear interpolation. The @link VgDiscreteVectorFunctorDescriptor::mInitialTimestamp mInitialTimestamp @endlink and @link VgDiscreteVectorFunctorDescriptor::mFinalTimestamp mFinalTimestamp @endlink members will be mapped with the animation's duration (meaning that initial timestamp correspond to animation start, and final timestamp will be mapped to animation end) The descriptor must contain at leats one orientation value.
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
swigCMemOwn, swigRefPtr |
Constructor Summary | |
---|---|
VgDiscreteVectorFunctorDescriptor(long cPtr,
boolean cMemoryOwn)
Class constructor. |
Method Summary | |
---|---|
static VgDiscreteVectorFunctorDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor. |
void |
delete()
|
static long |
getCPtr(VgDiscreteVectorFunctorDescriptor obj)
|
double |
getMFinalTimestamp()
The final timestamp of the animation in seconds |
double |
getMInitialTimestamp()
The initial timestamp of the animation in seconds |
VgLocationValuePairVector |
getMLocationValues()
The vector of points paired with the corresponding timestamp in seconds . |
void |
setMFinalTimestamp(double value)
The final timestamp of the animation in seconds |
void |
setMInitialTimestamp(double value)
The initial timestamp of the animation in seconds |
void |
setMLocationValues(VgLocationValuePairVector value)
The vector of points paired with the corresponding timestamp in seconds . |
Methods inherited from class com.visioglobe.libVisioDevKit.VgFunctorDescriptor |
---|
finalize, getCPtr, getMEndTime, getMStartTime, setMEndTime, setMStartTime |
Methods inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
getCPtr, getNbReferences, ref, unref |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VgDiscreteVectorFunctorDescriptor(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(VgDiscreteVectorFunctorDescriptor obj)
public void delete()
delete
in class VgFunctorDescriptor
public static VgDiscreteVectorFunctorDescriptorRefPtr create()
public void setMLocationValues(VgLocationValuePairVector value)
public VgLocationValuePairVector getMLocationValues()
public void setMInitialTimestamp(double value)
public double getMInitialTimestamp()
public void setMFinalTimestamp(double value)
public double getMFinalTimestamp()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |