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

vtkOpenGLVolumeTextureMapper2D - Abstract class for a volume mapper More...

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

List of all members.

Public Member Functions

 vtkOpenGLVolumeTextureMapper2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkOpenGLVolumeTextureMapper2D ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkOpenGLVolumeTextureMapper2D NewInstance ()
 Undocumented Block.
override void Render (vtkRenderer ren, vtkVolume vol)
 Undocumented Block.
override void RenderQuads (int count, IntPtr v, IntPtr t, IntPtr texture, IntPtr size, int reverseFlag)
 Undocumented Block.

Static Public Member Functions

static new
vtkOpenGLVolumeTextureMapper2D 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkOpenGLVolumeTextureMapper2D 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkOpenGLVolumeTextureMapper2D"
 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 vtkOpenGLVolumeTextureMapper2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkOpenGLVolumeTextureMapper2D_IsA_01 (HandleRef pThis, string type)
static internal int vtkOpenGLVolumeTextureMapper2D_IsTypeOf_02 (string type)
static internal IntPtr vtkOpenGLVolumeTextureMapper2D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOpenGLVolumeTextureMapper2D_Render_05 (HandleRef pThis, HandleRef ren, HandleRef vol)
static internal void vtkOpenGLVolumeTextureMapper2D_RenderQuads_06 (HandleRef pThis, int count, IntPtr v, IntPtr t, IntPtr texture, IntPtr size, int reverseFlag)
static internal IntPtr vtkOpenGLVolumeTextureMapper2D_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkOpenGLVolumeTextureMapper2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkOpenGLVolumeTextureMapper2D - Abstract class for a volume mapper


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.

static new int Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.

override void Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.Render ( vtkRenderer  ren,
vtkVolume  vol 
) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.

override void Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.RenderQuads ( int  count,
IntPtr  v,
IntPtr  t,
IntPtr  texture,
IntPtr  size,
int  reverseFlag 
) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.vtkOpenGLVolumeTextureMapper2D_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.vtkOpenGLVolumeTextureMapper2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.vtkOpenGLVolumeTextureMapper2D_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.vtkOpenGLVolumeTextureMapper2D_Render_05 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  vol 
) [private]
static internal void Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.vtkOpenGLVolumeTextureMapper2D_RenderQuads_06 ( HandleRef  pThis,
int  count,
IntPtr  v,
IntPtr  t,
IntPtr  texture,
IntPtr  size,
int  reverseFlag 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.vtkOpenGLVolumeTextureMapper2D_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkOpenGLVolumeTextureMapper2D.MRClassNameKey = "30vtkOpenGLVolumeTextureMapper2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeTextureMapper2D.


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