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

vtkVolumeRayCastIsosurfaceFunction - An isosurface ray caster for volumes More...

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

List of all members.

Public Member Functions

 vtkVolumeRayCastIsosurfaceFunction (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkVolumeRayCastIsosurfaceFunction ()
 Construct a new vtkVolumeRayCastIsosurfaceFunction.
virtual double GetIsoValue ()
 Set/Get the value of IsoValue.
override float GetZeroOpacityThreshold (vtkVolume vol)
 Get the scalar value below which all scalar values have 0 opacity.
override int IsA (string type)
 Undocumented Block.
new
vtkVolumeRayCastIsosurfaceFunction 
NewInstance ()
 Undocumented Block.
virtual void SetIsoValue (double _arg)
 Set/Get the value of IsoValue.

Static Public Member Functions

static new
vtkVolumeRayCastIsosurfaceFunction 
New ()
 Construct a new vtkVolumeRayCastIsosurfaceFunction.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkVolumeRayCastIsosurfaceFunction 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "34vtkVolumeRayCastIsosurfaceFunction"
 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 vtkVolumeRayCastIsosurfaceFunction_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkVolumeRayCastIsosurfaceFunction_GetIsoValue_01 (HandleRef pThis)
static internal float vtkVolumeRayCastIsosurfaceFunction_GetZeroOpacityThreshold_02 (HandleRef pThis, HandleRef vol)
static internal int vtkVolumeRayCastIsosurfaceFunction_IsA_03 (HandleRef pThis, string type)
static internal int vtkVolumeRayCastIsosurfaceFunction_IsTypeOf_04 (string type)
static internal IntPtr vtkVolumeRayCastIsosurfaceFunction_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVolumeRayCastIsosurfaceFunction_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVolumeRayCastIsosurfaceFunction_SetIsoValue_08 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkVolumeRayCastIsosurfaceFunction ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVolumeRayCastIsosurfaceFunction - An isosurface ray caster for volumes

Description vtkVolumeRayCastIsosurfaceFunction is a volume ray cast function that intersects a ray with an analytic isosurface in a scalar field. The color and shading parameters are defined in the vtkVolumeProperty of the vtkVolume, as well as the interpolation type to use when locating the surface (either a nearest neighbor approach or a tri-linear interpolation approach)

vtkVolumeRayCastFunction vtkVolumeRayCastMapper vtkVolumeProperty vtkVolumeRayCastCompositeFunction vtkVolumeRayCastMIPFunction vtkVolume vtkVolumeProperty


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

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


Member Function Documentation

override void Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.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/Get the value of IsoValue.

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

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

Construct a new vtkVolumeRayCastIsosurfaceFunction.

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.vtkVolumeRayCastIsosurfaceFunction.SetIsoValue ( double  _arg) [virtual]

Set/Get the value of IsoValue.

static internal float Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction_GetZeroOpacityThreshold_02 ( HandleRef  pThis,
HandleRef  vol 
) [private]
static internal int Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction_SetIsoValue_08 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.MRClassNameKey = "34vtkVolumeRayCastIsosurfaceFunction" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.


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