public class VgDiscreteQuaternionFunctorDescriptor extends VgFunctorDescriptor
Modifier and Type | Method and Description |
---|---|
static VgDiscreteQuaternionFunctorDescriptorRefPtr |
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
|
VgOrientationValuePairVector |
getMOrientationValues()
The vector of orientations 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 |
setMOrientationValues(VgOrientationValuePairVector value)
The vector of orientations paired with the corresponding timestamp in
seconds.
|
getMEndTime, getMStartTime, setMEndTime, setMStartTime
getNbReferences, ref, unref
public void delete()
delete
in class VgFunctorDescriptor
public static VgDiscreteQuaternionFunctorDescriptorRefPtr create()
public void setMOrientationValues(VgOrientationValuePairVector value)
public VgOrientationValuePairVector getMOrientationValues()
public void setMInitialTimestamp(double value)
public double getMInitialTimestamp()
public void setMFinalTimestamp(double value)
public double getMFinalTimestamp()