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

vtkVolumeRayCastMIPFunction - A maximum intensity projection ray caster for volumes More...

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

List of all members.

Public Member Functions

 vtkVolumeRayCastMIPFunction (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkVolumeRayCastMIPFunction ()
 Undocumented Block.
virtual int GetMaximizeMethod ()
 Set the MaximizeMethod to either ScalarValue or Opacity.
string GetMaximizeMethodAsString ()
 Set the MaximizeMethod to either ScalarValue or Opacity.
virtual int GetMaximizeMethodMaxValue ()
 Set the MaximizeMethod to either ScalarValue or Opacity.
virtual int GetMaximizeMethodMinValue ()
 Set the MaximizeMethod to either ScalarValue or Opacity.
override float GetZeroOpacityThreshold (vtkVolume vol)
 Get the scalar value below which all scalar values have zero opacity.
override int IsA (string type)
 Undocumented Block.
new vtkVolumeRayCastMIPFunction NewInstance ()
 Undocumented Block.
virtual void SetMaximizeMethod (int _arg)
 Set the MaximizeMethod to either ScalarValue or Opacity.
void SetMaximizeMethodToOpacity ()
 Set the MaximizeMethod to either ScalarValue or Opacity.
void SetMaximizeMethodToScalarValue ()
 Set the MaximizeMethod to either ScalarValue or Opacity.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkVolumeRayCastMIPFunction"
 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 vtkVolumeRayCastMIPFunction_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkVolumeRayCastMIPFunction_GetMaximizeMethod_01 (HandleRef pThis)
static internal IntPtr vtkVolumeRayCastMIPFunction_GetMaximizeMethodAsString_02 (HandleRef pThis)
static internal int vtkVolumeRayCastMIPFunction_GetMaximizeMethodMaxValue_03 (HandleRef pThis)
static internal int vtkVolumeRayCastMIPFunction_GetMaximizeMethodMinValue_04 (HandleRef pThis)
static internal float vtkVolumeRayCastMIPFunction_GetZeroOpacityThreshold_05 (HandleRef pThis, HandleRef vol)
static internal int vtkVolumeRayCastMIPFunction_IsA_06 (HandleRef pThis, string type)
static internal int vtkVolumeRayCastMIPFunction_IsTypeOf_07 (string type)
static internal IntPtr vtkVolumeRayCastMIPFunction_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeRayCastMIPFunction_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolumeRayCastMIPFunction_SetMaximizeMethod_11 (HandleRef pThis, int _arg)
static internal void vtkVolumeRayCastMIPFunction_SetMaximizeMethodToOpacity_12 (HandleRef pThis)
static internal void vtkVolumeRayCastMIPFunction_SetMaximizeMethodToScalarValue_13 (HandleRef pThis)

Static Private Member Functions

static vtkVolumeRayCastMIPFunction ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVolumeRayCastMIPFunction - A maximum intensity projection ray caster for volumes

Description vtkVolumeRayCastMIPFunction is a volume ray cast function that computes the maximum value encountered along the ray. This is either the maximum scalar value, or the maximum opacity, as defined by the MaximizeMethod. The color and opacity returned by this function is based on the color, scalar opacity, and gradient opacity transfer functions defined in the vtkVolumeProperty of the vtkVolume.

vtkVolumeRayCastFunction vtkVolumeRayCastMapper vtkVolumeProperty vtkVolumeRayCastCompositeFunction vtkVolumeRayCastIsosurfaceFunction vtkVolume vtkVolumeProperty


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Set the MaximizeMethod to either ScalarValue or Opacity.

Set the MaximizeMethod to either ScalarValue or Opacity.

Set the MaximizeMethod to either ScalarValue or Opacity.

Set the MaximizeMethod to either ScalarValue or Opacity.

Get the scalar value below which all scalar values have zero opacity.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkVolumeRayCastMIPFunction.SetMaximizeMethod ( int  _arg) [virtual]

Set the MaximizeMethod to either ScalarValue or Opacity.

Set the MaximizeMethod to either ScalarValue or Opacity.

Set the MaximizeMethod to either ScalarValue or Opacity.

static internal float Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_GetZeroOpacityThreshold_05 ( HandleRef  pThis,
HandleRef  vol 
) [private]
static internal int Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_SetMaximizeMethod_11 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkVolumeRayCastMIPFunction.MRClassNameKey = "27vtkVolumeRayCastMIPFunction" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.


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