#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 () |
Describes a list of vertices for dotXSI 5.0+ (see the XSI_VertexList template reference). The vertices in this list can have N number of attibutes like postion, etc.
| CSLXSIVertexList | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| [in] | in_pScene | Parent scene |
| [in] | in_pModel | Parent model |
| [in] | in_pTemplate | Refered template |
| virtual ~CSLXSIVertexList | ( | ) | [virtual] |
Destructor
| virtual ETemplateType Type | ( | ) | [inline, virtual] |
Returns the type of this template
| CSLTemplate::XSI_VERTEX_LIST | The type of this template |
Implements CSLTemplate.
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Commits the current template information
Reimplemented from CSLTemplate.
Reimplemented in CSLCOLLADAVertexList.