CSLXSIClipToParent Class Reference

This class represents an XSI_ClipToParent template. More...

#include <XSIClipToParent.h>

Inheritance diagram for CSLXSIClipToParent:

CSLTemplate CSIBCNode List of all members.

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)

Detailed Description

This class represents an XSI_ClipToParent template.

Base class to define clip to parent properties for dotXSI 5.0+ (see the XSI_ClipToParent template reference).


Constructor & Destructor Documentation

CSLXSIClipToParent ( CSLScene in_pScene,
CSLModel in_pModel,
CdotXSITemplate in_pTemplate  
)

Constructor

Parameters:
[in]  in_pScene  Parent scene
[in]  in_pModel  Parent model
[in]  in_pTemplate  Referred template


Member Function Documentation

virtual CSLAnimatableType* ParameterFromName ( SI_Char *  in_szName  )  [virtual]

Returns a proxy to the specified parameter.

Parameters:
[in]  in_szName  Name of the parameter
Returns:
Pointer to a parameter proxy.

Reimplemented from CSLTemplate.

virtual CSLAnimatableType* ParameterFromType ( EFCurveType  in_Type,
SI_Char *  in_szParameterName  
) [virtual]

Returns a proxy to the specified parameter.

Parameters:
[in]  in_Type  Type of parameter
[in]  in_szParameterName  Name of the parameter if the type is SI_PARAMETER
Returns:
Pointer to a parameter proxy.

Reimplemented from CSLTemplate.

CSLTemplate::ETemplateType Type (  )  [inline, virtual]

Returns the type of this template

Return values:
CSLTemplate::XSI_CLIP_TO_PARENT  Template type

Implements CSLTemplate.

SI_Bool GetStart (  ) 

Returns the Start value

Returns:
Start

SI_Void SetStart ( SI_Bool  in_bValue  ) 

Sets the Start value

Parameters:
[in]  in_bValue  new Start value

SI_Bool GetEnd (  ) 

Returns the End value

Returns:
End

SI_Void SetEnd ( SI_Bool  in_bValue  ) 

Sets the End value

Parameters:
[in]  in_bValue  new End value


The documentation for this class was generated from the following file: