#include <XSIClipToParent.h>
Inheritance diagram for CSLXSIClipToParent:

Public Member Functions |
|
| CSLXSIClipToParent (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLXSIClipToParent () |
| Destructor. |
|
| virtual CSLAnimatableType * | ParameterFromName (SI_Char *in_szName) |
| virtual CSLAnimatableType * | ParameterFromType (EFCurveType in_Type, SI_Char *in_szParameterName) |
| CSLTemplate::ETemplateType | Type () |
| SI_Bool | GetStart () |
| SI_Void | SetStart (SI_Bool in_bValue) |
| SI_Bool | GetEnd () |
| SI_Void | SetEnd (SI_Bool in_bValue) |
Base class to define clip to parent properties for dotXSI 5.0+ (see the XSI_ClipToParent template reference).
| CSLXSIClipToParent | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| [in] | in_pScene | Parent scene |
| [in] | in_pModel | Parent model |
| [in] | in_pTemplate | Referred template |
| virtual CSLAnimatableType* ParameterFromName | ( | SI_Char * | in_szName | ) | [virtual] |
Returns a proxy to the specified parameter.
| [in] | in_szName | Name of the parameter |
Reimplemented from CSLTemplate.
| virtual CSLAnimatableType* ParameterFromType | ( | EFCurveType | in_Type, | |
| SI_Char * | in_szParameterName | |||
| ) | [virtual] |
Returns a proxy to the specified parameter.
| [in] | in_Type | Type of parameter |
| [in] | in_szParameterName | Name of the parameter if the type is SI_PARAMETER |
Reimplemented from CSLTemplate.
| CSLTemplate::ETemplateType Type | ( | ) | [inline, virtual] |
Returns the type of this template
| CSLTemplate::XSI_CLIP_TO_PARENT | Template type |
Implements CSLTemplate.
| SI_Bool GetStart | ( | ) |
Returns the Start value
| SI_Void SetStart | ( | SI_Bool | in_bValue | ) |
Sets the Start value
| [in] | in_bValue | new Start value |
| SI_Bool GetEnd | ( | ) |
Returns the End value
| SI_Void SetEnd | ( | SI_Bool | in_bValue | ) |
Sets the End value
| [in] | in_bValue | new End value |