ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkColorMaterialHelper Class Reference

vtkColorMaterialHelper - a helper to assist in simulating the ColorMaterial behaviour of the default OpenGL pipeline. More...

Inheritance diagram for Kitware.VTK.vtkColorMaterialHelper:
[legend]
Collaboration diagram for Kitware.VTK.vtkColorMaterialHelper:
[legend]

List of all members.

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.

Detailed Description

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


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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