VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
void | setMStartValue (float value) |
float | getMStartValue () |
void | setMEndValue (float value) |
float | getMEndValue () |
![]() | |
void | setMStartTime (float value) |
float | getMStartTime () |
void | setMEndTime (float value) |
float | getMEndTime () |
![]() | |
synchronized void | release () |
VgReferenced () | |
VgReferenced (VgReferenced pThis) | |
void | ref () |
int | unref () |
int | getNbReferences () |
Static Public Member Functions | |
static VgFloatInterpolationFunctorDescriptorRefPtr | create () |
This class implements descriptors for float interpolation functors. It will simply interpolate between two float values .
|
static |
This static method returns a new heap-allocated descriptor. It is the only method that should be used to instantiate new descriptors. It is a way to make sure no one will delete it, except the last VgRefPtr pointing to it.
float VgFloatInterpolationFunctorDescriptor.getMEndValue | ( | ) |
float VgFloatInterpolationFunctorDescriptor.getMStartValue | ( | ) |
void VgFloatInterpolationFunctorDescriptor.setMEndValue | ( | float | value | ) |
void VgFloatInterpolationFunctorDescriptor.setMStartValue | ( | float | value | ) |