#include <COLLADAFCurve.h>
Inheritance diagram for CSLCOLLADAFCurve:

Public Member Functions |
|
| CSLCOLLADAFCurve (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate, EFCurveType in_Type, EFCurveInterpolationType in_InterpolationType) | |
| virtual | ~CSLCOLLADAFCurve () |
| virtual SI_Error | Synchronize () |
| virtual SI_Error | ConnectCOLLADAAnimation (CCOLLADATemplate *in_pChannel, const int in_offset=0) |
| CSLCOLLADAFCurve | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate, | |||
| EFCurveType | in_Type, | |||
| EFCurveInterpolationType | in_InterpolationType | |||
| ) |
Constructor
| [in] | in_pScene | Pointer to the scene containing the fcurve |
| [in] | in_pModel | Pointer to the model containing the fcurve |
| [in] | in_pTemplate | Pointer to the CdotXSITemplate containing the fcurve |
| [in] | in_Type | Type of fcurve |
| [in] | in_InterpolationType | Interpolation type for this fcurve |
| virtual ~CSLCOLLADAFCurve | ( | ) | [virtual] |
Destructor
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this fcurve instance with its IO layer representation
| SI_Error::SI_SUCCESS | this function always returns SI_SUCCESS |
Reimplemented from CSLFCurve.
| virtual SI_Error ConnectCOLLADAAnimation | ( | CCOLLADATemplate * | in_pChannel, | |
| const int | in_offset = 0 |
|||
| ) | [virtual] |
Connects an existing COLLADA animation template
| [in] | in_pChannel | Pointer to template |
| [in] | in_offset | Offset when reading data. Needed to synchronized with stride attribut |