#include <XSIVertexList.h>
Inheritance diagram for CSLXSIVertexList:

Public Member Functions |
|
| CSLXSIVertexList (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLXSIVertexList () |
| virtual ETemplateType | Type () |
| 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.
| CSLXSIVertexList | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Refered template |
| virtual ~CSLXSIVertexList | ( | ) | [virtual] |
Destructor
| virtual ETemplateType Type | ( | ) | [inline, virtual] |
Returns the type of this template (XSI_VERTEX_LIST)
Implements CSLTemplate.
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Commit the current template information
Reimplemented from CSLTemplate.
Reimplemented in CSLCOLLADAVertexList.