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

vtkFixedPointVolumeRayCastMIPHelper - A helper that generates MIP images for the volume ray cast mapper More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "35vtkFixedPointVolumeRayCastMIPHelper"
 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 vtkFixedPointVolumeRayCastMIPHelper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkFixedPointVolumeRayCastMIPHelper_GenerateImage_01 (HandleRef pThis, int threadID, int threadCount, HandleRef vol, HandleRef mapper)
static internal int vtkFixedPointVolumeRayCastMIPHelper_IsA_02 (HandleRef pThis, string type)
static internal int vtkFixedPointVolumeRayCastMIPHelper_IsTypeOf_03 (string type)
static internal IntPtr vtkFixedPointVolumeRayCastMIPHelper_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkFixedPointVolumeRayCastMIPHelper_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkFixedPointVolumeRayCastMIPHelper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkFixedPointVolumeRayCastMIPHelper - A helper that generates MIP images for the volume ray cast mapper

Description This is one of the helper classes for the vtkFixedPointVolumeRayCastMapper. It will generate maximum intensity images. 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.

Kitware.VTK.vtkFixedPointVolumeRayCastMIPHelper.vtkFixedPointVolumeRayCastMIPHelper ( 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.vtkFixedPointVolumeRayCastMIPHelper.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.vtkFixedPointVolumeRayCastMIPHelper.GenerateImage ( int  threadID,
int  threadCount,
vtkVolume  vol,
vtkFixedPointVolumeRayCastMapper  mapper 
) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

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

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.vtkFixedPointVolumeRayCastMIPHelper.vtkFixedPointVolumeRayCastMIPHelper_GenerateImage_01 ( HandleRef  pThis,
int  threadID,
int  threadCount,
HandleRef  vol,
HandleRef  mapper 
) [private]
static internal int Kitware.VTK.vtkFixedPointVolumeRayCastMIPHelper.vtkFixedPointVolumeRayCastMIPHelper_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkFixedPointVolumeRayCastMIPHelper.vtkFixedPointVolumeRayCastMIPHelper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFixedPointVolumeRayCastMIPHelper.vtkFixedPointVolumeRayCastMIPHelper_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFixedPointVolumeRayCastMIPHelper.vtkFixedPointVolumeRayCastMIPHelper_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkFixedPointVolumeRayCastMIPHelper.MRClassNameKey = "35vtkFixedPointVolumeRayCastMIPHelper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkFixedPointVolumeRayCastHelper.


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