#include <COLLADAVertexList.h>
Inheritance diagram for CSLCOLLADAVertexList:

Public Member Functions |
|
| CSLCOLLADAVertexList (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate, CdotXSITemplate *in_pVerticesTemplate) | |
| virtual | ~CSLCOLLADAVertexList () |
| virtual SI_Error | Synchronize () |
The vertices in this list can have N number of attributes like position, etc.
To find out, you may use the parent class (CSLXSISubComponentList) functionality to get the generic attributes index.
| CSLCOLLADAVertexList | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate, | |||
| CdotXSITemplate * | in_pVerticesTemplate | |||
| ) |
Constructor
| [in] | in_pScene | Parent scene |
| [in] | in_pModel | Parent model |
| [in] | in_pTemplate | dotXSI template |
| [in] | in_pVerticesTemplate | Referred template |
| virtual ~CSLCOLLADAVertexList | ( | ) | [virtual] |
Destructor
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Commit the current template information
Reimplemented from CSLXSIVertexList.