#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 CSLXSIVertexList class describes a list of vertecies. The vertecies in this list can have N number of attibutes like postion, 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_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Refered template |
Destructor
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Commit the current template information
Reimplemented from CSLXSIVertexList.