VisioMove SDK (iOS)
2.1.22
|
Static Public Member Functions | |
static VgEngine::VgRefPtr< VgFloatInterpolationFunctorDescriptor > | create () |
Public Attributes | |
float | mStartValue |
float | mEndValue |
Public Attributes inherited from VgEngine::VgFunctorDescriptor | |
float | mStartTime |
float | mEndTime |
Protected Member Functions | |
VgFloatInterpolationFunctorDescriptor () | |
virtual | ~VgFloatInterpolationFunctorDescriptor () |
Protected Member Functions inherited from VgEngine::VgFunctorDescriptor | |
VgFunctorDescriptor () | |
Friends | |
class | VgObjectBridge |
Additional Inherited Members | |
Public Member Functions inherited from VgEngine::VgFunctorDescriptor | |
virtual | ~VgFunctorDescriptor () |
Public Member Functions inherited from VgEngine::VgReferenced | |
VgReferenced () | |
VgReferenced (const VgReferenced &pThis) | |
virtual | ~VgReferenced () |
VgReferenced & | operator= (const VgReferenced &pThis) |
void | ref () const |
int | unref () const |
int | getNbReferences () const |
Protected Attributes inherited from VgEngine::VgFunctorDescriptor | |
Private * | mPrivate |
Protected Attributes inherited from VgEngine::VgReferenced | |
int | mNbReferences |
This class implements descriptors for float interpolation functors. It will simply interpolate between two float values .
|
protected |
Class constructor. This can't be called publicly, instances must be obtained through the VgFloatInterpolationFunctorDescriptor::create method.
|
protectedvirtual |
Class destructor.
|
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.
|
friend |
float VgEngine::VgFloatInterpolationFunctorDescriptor::mEndValue |
The floating point value at start of the interpolation.
float VgEngine::VgFloatInterpolationFunctorDescriptor::mStartValue |
The floating point value at start of the interpolation.