#include <XSIShaderMultiPortConnection.h>
Inheritance diagram for CSLXSIShaderMultiPortConnection:

Public Member Functions |
|
| CSLXSIShaderMultiPortConnection (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLXSIShaderMultiPortConnection () |
| SI_Error | Synchronize () |
| CSLTemplate::ETemplateType | Type () |
| SI_Char * | GetParameter () |
| SI_Void | SetParameter (SI_Char *in_pParameter) |
| CSLStringProxy * | GetParameterProxy () |
| SI_Char * | GetPortName () |
| SI_Void | SetPortName (SI_Char *in_pPortName) |
| CSLStringProxy * | GetPortNameProxy () |
CSLXSIShaderMultiPort
| CSLXSIShaderMultiPortConnection | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Pointer to the scene containing the CSLXSIShaderMultiPortConnection | |
| in_pModel | Pointer to the model containing the CSLXSIShaderMultiPortConnection | |
| in_pTemplate | Pointer to the CdotXSITemplate defining the CSLXSIShaderMultiPortConnection |
| virtual ~CSLXSIShaderMultiPortConnection | ( | ) | [virtual] |
Destructor
| SI_Error Synchronize | ( | ) | [virtual] |
Synchronize will ensure that the animated parameter is up to date.
Reimplemented from CSLTemplate.
| CSLTemplate::ETemplateType Type | ( | ) | [inline, virtual] |
Gets the type of this template
Implements CSLTemplate.
| SI_Char* GetParameter | ( | ) |
Gets the name of the parameter to which this CSLXSIShaderMultiPortConnection applies to
| SI_Char | The name of the parameter |
| SI_Void SetParameter | ( | SI_Char * | in_pParameter | ) |
Sets the name of the parameter to which this CSLXSIShaderMultiPortConnection applies to
| in_pParameter | The name of the parameter |
| CSLStringProxy* GetParameterProxy | ( | ) | [inline] |
Gets the parameter name proxy
| SI_Char* GetPortName | ( | ) |
Gets the name of the port connected to the parameter
| SI_Void SetPortName | ( | SI_Char * | in_pPortName | ) |
Sets the name of the port connected to the parameter
| in_szPortName | The name of the port connected to the parameter |
| CSLStringProxy* GetPortNameProxy | ( | ) | [inline] |
Gets the port name proxy