public class VgDiscreteVectorFunctorDescriptor extends VgFunctorDescriptor
| Modifier and Type | Method and Description |
|---|---|
static VgDiscreteVectorFunctorDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor.
|
void |
delete() |
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 .
|
getMEndTime, getMStartTime, setMEndTime, setMStartTimegetNbReferences, ref, unrefpublic void delete()
delete in class VgFunctorDescriptorpublic 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()