ActiViz .NET
5.8.0
|
vtkColorMaterialHelper - a helper to assist in simulating the ColorMaterial behaviour of the default OpenGL pipeline. More...
Public Member Functions | |
vtkColorMaterialHelper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkColorMaterialHelper () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkColorMaterialHelper | NewInstance () |
Undocumented Block. | |
void | PrepareForRendering () |
Prepares the shader i.e. reads color material parameters state from OpenGL. This must be called before the shader is bound. | |
void | Render () |
Uploads any uniforms needed. This must be called only after the shader has been bound, but before rendering the geometry. | |
Static Public Member Functions | |
static new vtkColorMaterialHelper | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkColorMaterialHelper | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkColorMaterialHelper" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkColorMaterialHelper" |
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 | vtkColorMaterialHelper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkColorMaterialHelper_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkColorMaterialHelper_IsTypeOf_02 (string type) |
static internal IntPtr | vtkColorMaterialHelper_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkColorMaterialHelper_PrepareForRendering_05 (HandleRef pThis) |
static internal void | vtkColorMaterialHelper_Render_06 (HandleRef pThis) |
static internal IntPtr | vtkColorMaterialHelper_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkColorMaterialHelper () |
Automatically generated type registration mechanics. |
vtkColorMaterialHelper - a helper to assist in simulating the ColorMaterial behaviour of the default OpenGL pipeline.
Description vtkColorMaterialHelper is a helper to assist in simulating the ColorMaterial behaviour of the default OpenGL pipeline. Look at vtkColorMaterialHelper_s for available GLSL functions.
vtkShaderProgram2
static Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkColorMaterialHelper.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.vtkObject.
override int Kitware.VTK.vtkColorMaterialHelper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkColorMaterialHelper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkColorMaterialHelper Kitware.VTK.vtkColorMaterialHelper.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Prepares the shader i.e. reads color material parameters state from OpenGL. This must be called before the shader is bound.
Uploads any uniforms needed. This must be called only after the shader has been bound, but before rendering the geometry.
static new vtkColorMaterialHelper Kitware.VTK.vtkColorMaterialHelper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static internal int Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper_PrepareForRendering_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper_Render_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkColorMaterialHelper.vtkColorMaterialHelper_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkColorMaterialHelper.MRClassNameKey = "22vtkColorMaterialHelper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkColorMaterialHelper.MRFullTypeName = "Kitware.VTK.vtkColorMaterialHelper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.