VisioMove SDK (iOS)  2.1.22
VgEngine::VgColorInterpolationFunctorDescriptor Class Reference
Inheritance diagram for VgEngine::VgColorInterpolationFunctorDescriptor:
Inheritance graph

Static Public Member Functions

static VgEngine::VgRefPtr< VgColorInterpolationFunctorDescriptorcreate ()
 

Public Attributes

VgEngine::VgColor mStartColor
 
VgEngine::VgColor mEndColor
 
- Public Attributes inherited from VgEngine::VgFunctorDescriptor
float mStartTime
 
float mEndTime
 

Protected Member Functions

 VgColorInterpolationFunctorDescriptor ()
 
virtual ~VgColorInterpolationFunctorDescriptor ()
 
- 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 ()
 
VgReferencedoperator= (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
 

Detailed Description

This class implements descriptors for color interpolation functors. It will simply interpolate between two color values.

Version
2.0.8744

Constructor & Destructor Documentation

VgEngine::VgColorInterpolationFunctorDescriptor::VgColorInterpolationFunctorDescriptor ( )
protected

Class constructor. This can't be called publicly, instances must be obtained through the VgColorInterpolationFunctorDescriptor::create method.

Version
2.0.8744
virtual VgEngine::VgColorInterpolationFunctorDescriptor::~VgColorInterpolationFunctorDescriptor ( )
protectedvirtual

Class destructor.

Version
2.0.8744

Member Function Documentation

static VgEngine::VgRefPtr< VgColorInterpolationFunctorDescriptor > VgEngine::VgColorInterpolationFunctorDescriptor::create ( )
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.

Version
2.0.8744

Friends And Related Function Documentation

friend class VgObjectBridge
friend

Member Data Documentation

VgEngine::VgColor VgEngine::VgColorInterpolationFunctorDescriptor::mEndColor

The target color of the interpolation.

Version
2.0.8744
VgEngine::VgColor VgEngine::VgColorInterpolationFunctorDescriptor::mStartColor

The starting color of the interpolation.

Version
2.0.8744

The documentation for this class was generated from the following file:
VisioMove 2.1.22, Visioglobe® 2016