#include <XSISubComponentAttributeList.h>
Inheritance diagram for CSLXSISubComponentAttributeList:

Public Types |
|
| typedef CSLArrayProxy< SI_Float, SI_Float, 1 > |
CSLFloatArray |
Public Member Functions |
|
| CSLXSISubComponentAttributeList (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLXSISubComponentAttributeList () |
| SI_Int | GetCount () |
| virtual SI_Char * | GetSemantic () |
| virtual SI_Void | SetSemantic (SI_Char *in_Semantic) |
| EAttributeType | GetAttributeType () |
| virtual SI_Void | SetAttributeType (EAttributeType in_AttributeType) |
| CSLFloatArray * | GetAttributeArray () |
| virtual ETemplateType | Type () |
| virtual SI_Error | Synchronize () |
Describes a sub-component attribute list
The CSLXSISubComponentAttributeList holds a list of values for a specific attribute of a given type and semantic.
This class allows an attribute (position, normal, color, texcoord, etc.) to be associated with vertices or polynodes.
| typedef CSLArrayProxy<SI_Float, SI_Float, 1> CSLFloatArray |
Proxy class that allows modifying a list of SI_Int like an array.
| CSLXSISubComponentAttributeList | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Refered template | |
| in_Type | the type of attribute to construct |
| virtual ~CSLXSISubComponentAttributeList | ( | ) | [virtual] |
Destructor
| SI_Int GetCount | ( | ) |
Get the number of values in the attribute list.
| virtual SI_Char* GetSemantic | ( | ) | [inline, virtual] |
Get the semantic of the attribute list.
Reimplemented in CSLCOLLADASubComponentAttributeList.
| virtual SI_Void SetSemantic | ( | SI_Char * | in_Semantic | ) | [inline, virtual] |
Set the semantic of the attribute list.
| SI_Char* | The semantic. |
Reimplemented in CSLCOLLADASubComponentAttributeList.
| EAttributeType GetAttributeType | ( | ) | [inline] |
Get the type of the attribute value.
| virtual SI_Void SetAttributeType | ( | EAttributeType | in_AttributeType | ) | [virtual] |
Set the type of the attribute value.
| EAttributeType | Type of the attribute value. |
Reimplemented in CSLCOLLADASubComponentAttributeList.
| CSLFloatArray* GetAttributeArray | ( | ) | [inline] |
Get the the attribute value array so that the values can be edited.
| virtual ETemplateType Type | ( | ) | [inline, virtual] |
Get the template type
Implements CSLTemplate.
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Commit the current template information
Reimplemented from CSLTemplate.
Reimplemented in CSLCOLLADASubComponentAttributeList.