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

vtkFixedPointVolumeRayCastCompositeGOShadeHelper - A helper that generates composite images for the volume ray cast mapper More...

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

List of all members.

Public Member Functions

 vtkFixedPointVolumeRayCastCompositeGOShadeHelper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkFixedPointVolumeRayCastCompositeGOShadeHelper ()
 Undocumented Block.
override void GenerateImage (int threadID, int threadCount, vtkVolume vol, vtkFixedPointVolumeRayCastMapper mapper)
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new
vtkFixedPointVolumeRayCastCompositeGOShadeHelper 
NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "48vtkFixedPointVolumeRayCastCompositeGOShadeHelper"
 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 vtkFixedPointVolumeRayCastCompositeGOShadeHelper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkFixedPointVolumeRayCastCompositeGOShadeHelper_GenerateImage_01 (HandleRef pThis, int threadID, int threadCount, HandleRef vol, HandleRef mapper)
static internal int vtkFixedPointVolumeRayCastCompositeGOShadeHelper_IsA_02 (HandleRef pThis, string type)
static internal int vtkFixedPointVolumeRayCastCompositeGOShadeHelper_IsTypeOf_03 (string type)
static internal IntPtr vtkFixedPointVolumeRayCastCompositeGOShadeHelper_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkFixedPointVolumeRayCastCompositeGOShadeHelper_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkFixedPointVolumeRayCastCompositeGOShadeHelper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkFixedPointVolumeRayCastCompositeGOShadeHelper - A helper that generates composite images for the volume ray cast mapper

Description This is one of the helper classes for the vtkFixedPointVolumeRayCastMapper. It will generate composite images using an alpha blending operation. This class should not be used directly, it is a helper class for the mapper and has no user-level API.

vtkFixedPointVolumeRayCastMapper


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkFixedPointVolumeRayCastCompositeGOShadeHelper.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.vtkFixedPointVolumeRayCastHelper.

override void Kitware.VTK.vtkFixedPointVolumeRayCastCompositeGOShadeHelper.GenerateImage ( int  threadID,
int  threadCount,
vtkVolume  vol,
vtkFixedPointVolumeRayCastMapper  mapper 
) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkFixedPointVolumeRayCastCompositeGOShadeHelper.vtkFixedPointVolumeRayCastCompositeGOShadeHelper_GenerateImage_01 ( HandleRef  pThis,
int  threadID,
int  threadCount,
HandleRef  vol,
HandleRef  mapper 
) [private]
static internal IntPtr Kitware.VTK.vtkFixedPointVolumeRayCastCompositeGOShadeHelper.vtkFixedPointVolumeRayCastCompositeGOShadeHelper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFixedPointVolumeRayCastCompositeGOShadeHelper.vtkFixedPointVolumeRayCastCompositeGOShadeHelper_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFixedPointVolumeRayCastCompositeGOShadeHelper.vtkFixedPointVolumeRayCastCompositeGOShadeHelper_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkFixedPointVolumeRayCastCompositeGOShadeHelper.MRClassNameKey = "48vtkFixedPointVolumeRayCastCompositeGOShadeHelper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.


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