#include <COLLADAEnvelope.h>
Inheritance diagram for CSLCOLLADAEnvelope:

Public Member Functions |
|
| CSLCOLLADAEnvelope (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLCOLLADAEnvelope () |
| virtual SI_Error | Synchronize () |
| CSLCOLLADAEnvelope | ( | 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 ~CSLCOLLADAEnvelope | ( | ) | [virtual] |
Destructor
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this envelope instance with its IO layer representation
| SI_SUCCESS | this function always returns SI_SUCCESS |
Reimplemented from CSLEnvelope.