|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgFloatInterpolationFunctorDescriptorRefPtr () | |
| VgFloatInterpolationFunctorDescriptorRefPtr (VgFloatInterpolationFunctorDescriptor pPointer) | |
| VgFloatInterpolationFunctorDescriptorRefPtr (VgFloatInterpolationFunctorDescriptorRefPtr pRefPtr) | |
| VgFloatInterpolationFunctorDescriptorRefPtr | set (VgFloatInterpolationFunctorDescriptor pPointer) |
| VgFloatInterpolationFunctorDescriptor | __ref__ () |
| VgFloatInterpolationFunctorDescriptor | __deref__ () |
| VgFloatInterpolationFunctorDescriptor | get () |
| boolean | isValid () |
| VgFloatInterpolationFunctorDescriptorRefPtr | create () |
| void | setMStartValue (float value) |
| float | getMStartValue () |
| void | setMEndValue (float value) |
| float | getMEndValue () |
| void | setMStartTime (float value) |
| float | getMStartTime () |
| void | setMEndTime (float value) |
| float | getMEndTime () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgFloatInterpolationFunctorDescriptorRefPtr | getNull () |
This class implements descriptors for float interpolation functors. It will simply interpolate between two float values .
| VgFloatInterpolationFunctorDescriptorRefPtr.VgFloatInterpolationFunctorDescriptorRefPtr | ( | ) |
| VgFloatInterpolationFunctorDescriptorRefPtr.VgFloatInterpolationFunctorDescriptorRefPtr | ( | VgFloatInterpolationFunctorDescriptor | pPointer | ) |
| VgFloatInterpolationFunctorDescriptorRefPtr.VgFloatInterpolationFunctorDescriptorRefPtr | ( | VgFloatInterpolationFunctorDescriptorRefPtr | pRefPtr | ) |
| VgFloatInterpolationFunctorDescriptor VgFloatInterpolationFunctorDescriptorRefPtr.__deref__ | ( | ) |
| VgFloatInterpolationFunctorDescriptor VgFloatInterpolationFunctorDescriptorRefPtr.__ref__ | ( | ) |
| VgFloatInterpolationFunctorDescriptorRefPtr VgFloatInterpolationFunctorDescriptorRefPtr.create | ( | ) |
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.
| VgFloatInterpolationFunctorDescriptor VgFloatInterpolationFunctorDescriptorRefPtr.get | ( | ) |
| float VgFloatInterpolationFunctorDescriptorRefPtr.getMEndTime | ( | ) |
| float VgFloatInterpolationFunctorDescriptorRefPtr.getMEndValue | ( | ) |
| float VgFloatInterpolationFunctorDescriptorRefPtr.getMStartTime | ( | ) |
| float VgFloatInterpolationFunctorDescriptorRefPtr.getMStartValue | ( | ) |
| int VgFloatInterpolationFunctorDescriptorRefPtr.getNbReferences | ( | ) |
|
static |
| boolean VgFloatInterpolationFunctorDescriptorRefPtr.isValid | ( | ) |
| void VgFloatInterpolationFunctorDescriptorRefPtr.ref | ( | ) |
| VgFloatInterpolationFunctorDescriptorRefPtr VgFloatInterpolationFunctorDescriptorRefPtr.set | ( | VgFloatInterpolationFunctorDescriptor | pPointer | ) |
| void VgFloatInterpolationFunctorDescriptorRefPtr.setMEndTime | ( | float | value | ) |
| void VgFloatInterpolationFunctorDescriptorRefPtr.setMEndValue | ( | float | value | ) |
| void VgFloatInterpolationFunctorDescriptorRefPtr.setMStartTime | ( | float | value | ) |
| void VgFloatInterpolationFunctorDescriptorRefPtr.setMStartValue | ( | float | value | ) |
| int VgFloatInterpolationFunctorDescriptorRefPtr.unref | ( | ) |