#include <XSITextureLayerPort.h>
Inheritance diagram for CSLXSITextureLayerPort:

Public Member Functions |
|
| CSLXSITextureLayerPort (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLXSITextureLayerPort () |
| Destructor. |
|
| ETemplateType | Type () |
| virtual CSLAnimatableType * | ParameterFromName (SI_Char *in_szName) |
| virtual CSLAnimatableType * | ParameterFromType (EFCurveType in_Type, SI_Char *in_szParameterName) |
| SI_Char * | GetTarget () |
| SI_Void | SetTarget (SI_Char *in_pValue) |
| SI_Bool | GetMute () |
| SI_Void | SetMute (SI_Bool in_bValue) |
| SI_Float | GetScale () |
| SI_Void | SetScale (SI_Float in_fValue) |
| SI_Int | GetColorSource () |
| SI_Void | SetColorSource (SI_Int in_nValue) |
| SI_Bool | GetInvert () |
| SI_Void | SetInvert (SI_Bool in_bValue) |
| CSLXSITextureLayerPort | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
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.
| 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.
| SI_Char* GetTarget | ( | ) |
Get the Target value
| SI_Void SetTarget | ( | SI_Char * | in_pValue | ) |
Set the Target value
| SI_Char* | new Target value |
| SI_Bool GetMute | ( | ) |
Get the Mute value
| SI_Void SetMute | ( | SI_Bool | in_bValue | ) |
Set the Mute value
| SI_Bool | new Mute value |
| SI_Float GetScale | ( | ) |
Get the Scale value
| SI_Void SetScale | ( | SI_Float | in_fValue | ) |
Set the Scale value
| SI_Float | new Scale value |
| SI_Int GetColorSource | ( | ) |
Get the ColorSource value
| SI_Void SetColorSource | ( | SI_Int | in_nValue | ) |
Set the ColorSource value
| SI_Int | new ColorSource value |
| SI_Bool GetInvert | ( | ) |
Get the Invert value
| SI_Void SetInvert | ( | SI_Bool | in_bValue | ) |
Set the Invert value
| SI_Bool | new RenderColorProfile value |