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.vtkShaderCodeLibrary Class Reference

vtkShaderCodeLibrary - Library for Hardware Shaders. More...

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

List of all members.

Public Member Functions

 vtkShaderCodeLibrary (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkShaderCodeLibrary ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkShaderCodeLibrary NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkShaderCodeLibrary New ()
 Undocumented Block.
static string GetShaderCode (string name)
 Obtain the code for the shader with given name. Note that Cg shader names are prefixed with CG and GLSL shader names are prefixed with GLSL. This method allocates memory. It's the responsibility of the caller to free this memory.
static new int IsTypeOf (string type)
 Undocumented Block.
static void RegisterShaderCode (string name, string code)
 Provides for registering shader code. This overrides the compiled in shader codes.
static new vtkShaderCodeLibrary SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkShaderCodeLibrary"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkShaderCodeLibrary"
 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 vtkShaderCodeLibrary_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkShaderCodeLibrary_GetShaderCode_01 (string name)
static internal int vtkShaderCodeLibrary_IsA_02 (HandleRef pThis, string type)
static internal int vtkShaderCodeLibrary_IsTypeOf_03 (string type)
static internal IntPtr vtkShaderCodeLibrary_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkShaderCodeLibrary_RegisterShaderCode_06 (string name, string code)
static internal IntPtr vtkShaderCodeLibrary_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkShaderCodeLibrary ()
 Automatically generated type registration mechanics.

Detailed Description

vtkShaderCodeLibrary - Library for Hardware Shaders.

Description This class provides the hardware shader code. Thanks Shader support in VTK includes key contributions by Gary Templet at Sandia National Labs.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkShaderCodeLibrary.vtkShaderCodeLibrary ( 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.vtkShaderCodeLibrary.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.

static string Kitware.VTK.vtkShaderCodeLibrary.GetShaderCode ( string  name) [static]

Obtain the code for the shader with given name. Note that Cg shader names are prefixed with CG and GLSL shader names are prefixed with GLSL. This method allocates memory. It's the responsibility of the caller to free this memory.

override int Kitware.VTK.vtkShaderCodeLibrary.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new int Kitware.VTK.vtkShaderCodeLibrary.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.

static void Kitware.VTK.vtkShaderCodeLibrary.RegisterShaderCode ( string  name,
string  code 
) [static]

Provides for registering shader code. This overrides the compiled in shader codes.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkShaderCodeLibrary.vtkShaderCodeLibrary_GetShaderCode_01 ( string  name) [private]
static internal int Kitware.VTK.vtkShaderCodeLibrary.vtkShaderCodeLibrary_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkShaderCodeLibrary.vtkShaderCodeLibrary_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkShaderCodeLibrary.vtkShaderCodeLibrary_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkShaderCodeLibrary.vtkShaderCodeLibrary_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkShaderCodeLibrary.vtkShaderCodeLibrary_RegisterShaderCode_06 ( string  name,
string  code 
) [private]
static internal IntPtr Kitware.VTK.vtkShaderCodeLibrary.vtkShaderCodeLibrary_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkShaderCodeLibrary.MRClassNameKey = "20vtkShaderCodeLibrary" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkShaderCodeLibrary.MRFullTypeName = "Kitware.VTK.vtkShaderCodeLibrary"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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