#include <COLLADATriangleList.h>
Inheritance diagram for CSLCOLLADATriangleList:

Public Member Functions |
|
| CSLCOLLADATriangleList (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate, CCOLLADATemplate *in_pCOLLADATemplate, CCOLLADATemplate *in_pVertexDef) | |
| virtual | ~CSLCOLLADATriangleList () |
| virtual SI_Error | Synchronize () |
| virtual CdotXSITemplates * | GetInputSemantics () |
The CSLXSITriangleList class describes a list of triangles The polynodes in this list can have N number of attibutes like vertex, normals, UV and color information.
To find out, you may use GetVertexIndices() to get the mendatory vertex index attributes and the parent class (CSLXSISubComponentList) functionality to get the other generic attributes index.
To get the number of triangles in the list, use GetTriangleCount().
| CSLCOLLADATriangleList | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate, | |||
| CCOLLADATemplate * | in_pCOLLADATemplate, | |||
| CCOLLADATemplate * | in_pVertexDef | |||
| ) |
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 CSLXSITriangleList.
GetInputSemantics - Returns all input semantics used by this triangle list