#include <COLLADAInstance.h>
Inheritance diagram for CSLCOLLADAInstance:

Public Member Functions |
|
| CSLCOLLADAInstance (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLCOLLADAInstance () |
| virtual SI_Error | Synchronize () |
| CSLCOLLADAInstance | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) | [inline] |
Constructor
| in_pScene | Pointer to the scene containing the instance | |
| in_pModel | Pointer to the model containing the instance | |
| in_pTemplate | Pointer to the CdotXSITemplate containing the instance |
| virtual ~CSLCOLLADAInstance | ( | ) | [inline, virtual] |
Destructor
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this instance with its IO layer representation
| SI_SUCCESS | this function always returns SI_SUCCESS |
Reimplemented from CSLInstance.