#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) |
Defines clip to parent properties
| CSLXSIClipToParent | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Parent scene | |
| in_pModel | Parent model | |
| in_pTemplate | Refered template |
| virtual CSLAnimatableType* ParameterFromName | ( | SI_Char * | in_szName | ) | [virtual] |
Return a proxy to the specified parameter.
| in_szName | Name of the parameter |
Reimplemented from CSLTemplate.
| virtual CSLAnimatableType* ParameterFromType | ( | EFCurveType | in_Type, | |
| SI_Char * | in_szParameterName | |||
| ) | [virtual] |
Return a proxy to the specified parameter.
| in_Type | Type of parameter | |
| 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_EXTRAPOLATION |
Implements CSLTemplate.
| SI_Bool GetStart | ( | ) |
Get the Start value
| SI_Void SetStart | ( | SI_Bool | in_bValue | ) |
Set the Start value
| SI_Bool | new Start value |
| SI_Bool GetEnd | ( | ) |
Get the End value
| SI_Void SetEnd | ( | SI_Bool | in_bValue | ) |
Set the End value
| SI_Bool | new End value |