ActiViz .NET
5.8.0
|
vtkVolumeRayCastMIPFunction - A maximum intensity projection ray caster for volumes More...
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. |
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
static Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkVolumeRayCastMIPFunction.GetMaximizeMethod | ( | ) | [virtual] |
Set the MaximizeMethod to either ScalarValue or Opacity.
Set the MaximizeMethod to either ScalarValue or Opacity.
virtual int Kitware.VTK.vtkVolumeRayCastMIPFunction.GetMaximizeMethodMaxValue | ( | ) | [virtual] |
Set the MaximizeMethod to either ScalarValue or Opacity.
virtual int Kitware.VTK.vtkVolumeRayCastMIPFunction.GetMaximizeMethodMinValue | ( | ) | [virtual] |
Set the MaximizeMethod to either ScalarValue or Opacity.
override float Kitware.VTK.vtkVolumeRayCastMIPFunction.GetZeroOpacityThreshold | ( | vtkVolume | vol | ) | [virtual] |
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.
static new vtkVolumeRayCastMIPFunction Kitware.VTK.vtkVolumeRayCastMIPFunction.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
static new vtkVolumeRayCastMIPFunction Kitware.VTK.vtkVolumeRayCastMIPFunction.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
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 int Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_GetMaximizeMethod_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_GetMaximizeMethodAsString_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_GetMaximizeMethodMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_GetMaximizeMethodMinValue_04 | ( | HandleRef | pThis | ) | [private] |
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 int Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_IsTypeOf_07 | ( | 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] |
static internal void Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_SetMaximizeMethodToOpacity_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVolumeRayCastMIPFunction.vtkVolumeRayCastMIPFunction_SetMaximizeMethodToScalarValue_13 | ( | HandleRef | pThis | ) | [private] |
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.