|
ActiViz .NET
5.8.0
|
vtkRIBProperty - RIP Property More...
Public Member Functions | |
| vtkRIBProperty (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkRIBProperty () | |
| Undocumented Block. | |
| void | AddParameter (string parameter, string value) |
| Specify parameter values for variables. | |
| void | AddVariable (string variable, string declaration) |
| Specify declarations for variables.. | |
| string | GetDeclarations () |
| Get variable declarations. | |
| virtual string | GetDisplacementShader () |
| Specify the name of a displacement shader. | |
| string | GetParameters () |
| Get parameters. | |
| virtual string | GetSurfaceShader () |
| Specify the name of a surface shader. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkRIBProperty | NewInstance () |
| Undocumented Block. | |
| virtual void | SetDisplacementShader (string _arg) |
| Specify the name of a displacement shader. | |
| void | SetParameter (string parameter, string value) |
| Specify parameter values for variables. | |
| virtual void | SetSurfaceShader (string _arg) |
| Specify the name of a surface shader. | |
| void | SetVariable (string variable, string declaration) |
| Specify declarations for variables.. | |
Static Public Member Functions | |
| static new vtkRIBProperty | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkRIBProperty | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkRIBProperty" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkRIBProperty" |
| Automatically generated type registration mechanics. | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
| static internal IntPtr | vtkRIBProperty_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkRIBProperty_AddParameter_01 (HandleRef pThis, string parameter, string value) |
| static internal void | vtkRIBProperty_AddVariable_02 (HandleRef pThis, string variable, string declaration) |
| static internal IntPtr | vtkRIBProperty_GetDeclarations_03 (HandleRef pThis) |
| static internal IntPtr | vtkRIBProperty_GetDisplacementShader_04 (HandleRef pThis) |
| static internal IntPtr | vtkRIBProperty_GetParameters_05 (HandleRef pThis) |
| static internal IntPtr | vtkRIBProperty_GetSurfaceShader_06 (HandleRef pThis) |
| static internal int | vtkRIBProperty_IsA_07 (HandleRef pThis, string type) |
| static internal int | vtkRIBProperty_IsTypeOf_08 (string type) |
| static internal IntPtr | vtkRIBProperty_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkRIBProperty_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkRIBProperty_SetDisplacementShader_12 (HandleRef pThis, string _arg) |
| static internal void | vtkRIBProperty_SetParameter_13 (HandleRef pThis, string parameter, string value) |
| static internal void | vtkRIBProperty_SetSurfaceShader_14 (HandleRef pThis, string _arg) |
| static internal void | vtkRIBProperty_SetVariable_15 (HandleRef pThis, string variable, string declaration) |
Static Private Member Functions | |
| static | vtkRIBProperty () |
| Automatically generated type registration mechanics. | |
vtkRIBProperty - RIP Property
Description vtkRIBProperty is a subclass of vtkProperty that allows the user to specify named shaders for use with RenderMan. Both a surface shader and displacement shader can be specified. Parameters for the shaders can be declared and set.
| static Kitware.VTK.vtkRIBProperty.vtkRIBProperty | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkRIBProperty.vtkRIBProperty | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| void Kitware.VTK.vtkRIBProperty.AddParameter | ( | string | parameter, |
| string | value | ||
| ) |
Specify parameter values for variables.
| void Kitware.VTK.vtkRIBProperty.AddVariable | ( | string | variable, |
| string | declaration | ||
| ) |
Specify declarations for variables..
| override void Kitware.VTK.vtkRIBProperty.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkProperty.
| string Kitware.VTK.vtkRIBProperty.GetDeclarations | ( | ) |
Get variable declarations.
| virtual string Kitware.VTK.vtkRIBProperty.GetDisplacementShader | ( | ) | [virtual] |
Specify the name of a displacement shader.
| string Kitware.VTK.vtkRIBProperty.GetParameters | ( | ) |
Get parameters.
| virtual string Kitware.VTK.vtkRIBProperty.GetSurfaceShader | ( | ) | [virtual] |
Specify the name of a surface shader.
| override int Kitware.VTK.vtkRIBProperty.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProperty.
| static new int Kitware.VTK.vtkRIBProperty.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProperty.
| static new vtkRIBProperty Kitware.VTK.vtkRIBProperty.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProperty.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProperty.
| static new vtkRIBProperty Kitware.VTK.vtkRIBProperty.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProperty.
| virtual void Kitware.VTK.vtkRIBProperty.SetDisplacementShader | ( | string | _arg | ) | [virtual] |
Specify the name of a displacement shader.
| void Kitware.VTK.vtkRIBProperty.SetParameter | ( | string | parameter, |
| string | value | ||
| ) |
Specify parameter values for variables.
| virtual void Kitware.VTK.vtkRIBProperty.SetSurfaceShader | ( | string | _arg | ) | [virtual] |
Specify the name of a surface shader.
| void Kitware.VTK.vtkRIBProperty.SetVariable | ( | string | variable, |
| string | declaration | ||
| ) |
Specify declarations for variables..
| static internal void Kitware.VTK.vtkRIBProperty.vtkRIBProperty_AddParameter_01 | ( | HandleRef | pThis, |
| string | parameter, | ||
| string | value | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRIBProperty.vtkRIBProperty_AddVariable_02 | ( | HandleRef | pThis, |
| string | variable, | ||
| string | declaration | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRIBProperty.vtkRIBProperty_GetDeclarations_03 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRIBProperty.vtkRIBProperty_GetDisplacementShader_04 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRIBProperty.vtkRIBProperty_GetParameters_05 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRIBProperty.vtkRIBProperty_GetSurfaceShader_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkRIBProperty.vtkRIBProperty_IsA_07 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkRIBProperty.vtkRIBProperty_IsTypeOf_08 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRIBProperty.vtkRIBProperty_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRIBProperty.vtkRIBProperty_NewInstance_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRIBProperty.vtkRIBProperty_SafeDownCast_11 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRIBProperty.vtkRIBProperty_SetDisplacementShader_12 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRIBProperty.vtkRIBProperty_SetParameter_13 | ( | HandleRef | pThis, |
| string | parameter, | ||
| string | value | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRIBProperty.vtkRIBProperty_SetSurfaceShader_14 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRIBProperty.vtkRIBProperty_SetVariable_15 | ( | HandleRef | pThis, |
| string | variable, | ||
| string | declaration | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkRIBProperty.MRClassNameKey = "14vtkRIBProperty" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProperty.
| new const string Kitware.VTK.vtkRIBProperty.MRFullTypeName = "Kitware.VTK.vtkRIBProperty" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProperty.
1.7.6.1