#include <COLLADAEnvelopeList.h>
Inheritance diagram for CSLCOLLADAEnvelopeList:

Public Member Functions |
|
| CSLCOLLADAEnvelopeList (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLCOLLADAEnvelopeList () |
| CSLEnvelope * | AddEnvelope () |
| virtual SI_Error | Synchronize () |
| CSLCOLLADAEnvelopeList | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Pointer to the scene containing the envelope | |
| in_pModel | Pointer to the model containing the envelope | |
| in_pTemplate | Pointer to the CdotXSITemplate containing the envelope |
| virtual ~CSLCOLLADAEnvelopeList | ( | ) | [virtual] |
Destructor
| CSLEnvelope* AddEnvelope | ( | ) | [virtual] |
Add a new envelope to the list.
Reimplemented from CSLEnvelopeList.
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this envelope list instance with its IO layer representation
| SI_SUCCESS | this function always returns SI_SUCCESS |
Reimplemented from CSLEnvelopeList.