#include <XSIClusterInfo.h>
Inheritance diagram for CSLXSIClusterInfo:

Public Types |
|
| enum | EClusterType |
| Defines the various types of clusters. |
|
Public Member Functions |
|
| CSLXSIClusterInfo (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate, EClusterType in_DefaultEClusterType=SI_VERTEX) | |
| Constructor. |
|
| virtual | ~CSLXSIClusterInfo () |
| Destructor. |
|
| void | SetClusterType (EClusterType in_Type) |
| Set the cluster type. |
|
| EClusterType | GetClusterType () |
| Get the cluster type. |
|
| virtual CSLTemplate::ETemplateType | Type () |
| virtual SI_Error | Synchronize () |
| CSLXSIClusterInfo | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate, | |||
| EClusterType | in_DefaultEClusterType = SI_VERTEX |
|||
| ) |
Constructor.
| in_pScene | Pointer to the scene | |
| in_pModel | Pointer to the model | |
| in_pTemplate | Pointer to the parent template | |
| in_DefaultEClusterType | Cluster type to use |
| void SetClusterType | ( | EClusterType | in_Type | ) | [inline] |
Set the cluster type.
| in_Type | New cluster type |
| EClusterType GetClusterType | ( | ) |
Get the cluster type.
| virtual CSLTemplate::ETemplateType Type | ( | ) | [virtual] |
Indicate which dotXSI template this object describes.
Implements CSLTemplate.
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronize will ensure that the animated parameter is up to date.
Reimplemented from CSLTemplate.