#include <XSITriangleStripList.h>
Inheritance diagram for CSLXSITriangleStripList:

Public Types |
|
| typedef CSLArrayProxy< SI_Int, SI_Int, 1 > |
CSLIntArray |
Public Member Functions |
|
| CSLXSITriangleStripList (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLXSITriangleStripList () |
| virtual ETemplateType | Type () |
| CSLBaseMaterial * | GetMaterial () |
| CSIBCString | GetMaterialName () |
| SI_Void | SetMaterial (CSLBaseMaterial *in_pNewMaterial) |
| SI_Void | SetMaterialName (const CSIBCString &in_szNewMaterialName) |
| SI_Int | GetTriangleStripCount () |
| CSLXSITriangleStripList::CSLIntArray * | GetTriangleStripNodeCountArray () |
| CSLIntArray * | GetVertexIndices () |
| virtual SI_Error | SetCount (SI_Int) |
| SI_Error | Synchronize () |
Describes a list of triangle strips that are made up of N number of vertices for dotXSI 5.0+ (see the XSI_TriangleStripList template reference). The polynodes in this list can have N number of attibutes like vertex, normals, UV and color information.
| typedef CSLArrayProxy<SI_Int, SI_Int, 1> CSLIntArray |
Proxy class that allows modifying a list of SI_Int like an array.
Reimplemented from CSLXSISubComponentList.
| CSLXSITriangleStripList | ( | 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 ~CSLXSITriangleStripList | ( | ) | [virtual] |
Destructor
| virtual ETemplateType Type | ( | ) | [inline, virtual] |
Returns the type of this template
| CSLTemplate::XSI_TRIANGLE_STRIP_LIST | The type of this template |
Implements CSLTemplate.
| CSLBaseMaterial* GetMaterial | ( | ) | [inline] |
Returns the material object of the triangle strip list.
| CSIBCString GetMaterialName | ( | ) |
Returns the material object name of the triangle strip list or an empty string if there's none.
| SI_Void SetMaterial | ( | CSLBaseMaterial * | in_pNewMaterial | ) |
Changes the material object of the triangle strip list.
| [in] | in_pNewMaterial | New material object. |
| SI_Void SetMaterialName | ( | const CSIBCString & | in_szNewMaterialName | ) |
Changes the material object name of the triangle strip list. Should ONLY be called if we don't export the material.
| [in] | in_szNewMaterialName | New material object name. |
| SI_Int GetTriangleStripCount | ( | ) |
Returns the number of triangle strip.
| CSLXSITriangleStripList::CSLIntArray* GetTriangleStripNodeCountArray | ( | ) |
Returns the triangle strip node count array.
| CSLIntArray* GetVertexIndices | ( | ) |
Returns the polynode vertex indices array.
| virtual SI_Error SetCount | ( | SI_Int | ) | [virtual] |
Sets the number of polynode in this triangle strip list.
Reimplemented from CSLXSISubComponentList.
| SI_Error Synchronize | ( | ) | [virtual] |
Commits the current template information
Reimplemented from CSLTemplate.