ActiViz .NET
5.8.0
|
vtkVolumeRayCastIsosurfaceFunction - An isosurface ray caster for volumes More...
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. |
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
static Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction | ( | ) | [static, private] |
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.
Construct a new vtkVolumeRayCastIsosurfaceFunction.
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.
virtual double Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.GetIsoValue | ( | ) | [virtual] |
Set/Get the value of IsoValue.
override float Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.GetZeroOpacityThreshold | ( | vtkVolume | vol | ) | [virtual] |
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.
static new vtkVolumeRayCastIsosurfaceFunction Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.New | ( | ) | [static] |
Construct a new vtkVolumeRayCastIsosurfaceFunction.
Reimplemented from Kitware.VTK.vtkObject.
new vtkVolumeRayCastIsosurfaceFunction Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
static new vtkVolumeRayCastIsosurfaceFunction Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
virtual void Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.SetIsoValue | ( | double | _arg | ) | [virtual] |
Set/Get the value of IsoValue.
static internal double Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction_GetIsoValue_01 | ( | HandleRef | pThis | ) | [private] |
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 int Kitware.VTK.vtkVolumeRayCastIsosurfaceFunction.vtkVolumeRayCastIsosurfaceFunction_IsTypeOf_04 | ( | 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] |
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.