#include <XSIUserData.h>
Inheritance diagram for CSLUserDataBlob:

Public Types |
|
| typedef CSLArrayProxy< SI_UByte, SI_UByte, 1 > |
CSLUByteArray |
| Unsigned Byte array proxy class that works like an array of SI_UByte. |
|
Public Member Functions |
|
| CSLUserDataBlob (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate, CSLTemplate *in_pAttachTo=NULL) | |
| virtual | ~CSLUserDataBlob () |
| Destructor. |
|
| ETemplateType | Type () |
| SI_Error | Synchronize () |
| SI_UByte * | GetUserDataPtr () |
| CSLUByteArray * | GetUserData () |
| SI_Int | GetUserDataSize () |
| CSLUserDataBlob | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate, | |||
| CSLTemplate * | in_pAttachTo = NULL |
|||
| ) |
Constructor
| in_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Refered template |
| ETemplateType Type | ( | ) | [inline, virtual] |
Gets the type of this template
Implements CSLTemplate.
| SI_Error Synchronize | ( | ) | [virtual] |
Commits semantic layer data
Reimplemented from CSLTemplate.
| SI_UByte* GetUserDataPtr | ( | ) |
Gets pointer the user data array
| CSLUByteArray* GetUserData | ( | ) |
Gets the user data array
| SI_Int GetUserDataSize | ( | ) |
Gets the size of the user data array