|
ActiViz .NET
5.8.0
|
vtkVolumeRayCastCompositeFunction - a ray function for compositing More...
Public Member Functions | |
| vtkVolumeRayCastCompositeFunction (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkVolumeRayCastCompositeFunction () | |
| Undocumented Block. | |
| virtual int | GetCompositeMethod () |
| Set the CompositeMethod to either Classify First or Interpolate First. | |
| string | GetCompositeMethodAsString () |
| Set the CompositeMethod to either Classify First or Interpolate First. | |
| virtual int | GetCompositeMethodMaxValue () |
| Set the CompositeMethod to either Classify First or Interpolate First. | |
| virtual int | GetCompositeMethodMinValue () |
| Set the CompositeMethod to either Classify First or Interpolate First. | |
| override float | GetZeroOpacityThreshold (vtkVolume vol) |
| Set the CompositeMethod to either Classify First or Interpolate First. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkVolumeRayCastCompositeFunction | NewInstance () |
| Undocumented Block. | |
| virtual void | SetCompositeMethod (int _arg) |
| Set the CompositeMethod to either Classify First or Interpolate First. | |
| void | SetCompositeMethodToClassifyFirst () |
| Set the CompositeMethod to either Classify First or Interpolate First. | |
| void | SetCompositeMethodToInterpolateFirst () |
| Set the CompositeMethod to either Classify First or Interpolate First. | |
Static Public Member Functions | |
| static new vtkVolumeRayCastCompositeFunction | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkVolumeRayCastCompositeFunction | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkVolumeRayCastCompositeFunction" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "33vtkVolumeRayCastCompositeFunction" |
| 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 | vtkVolumeRayCastCompositeFunction_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkVolumeRayCastCompositeFunction_GetCompositeMethod_01 (HandleRef pThis) |
| static internal IntPtr | vtkVolumeRayCastCompositeFunction_GetCompositeMethodAsString_02 (HandleRef pThis) |
| static internal int | vtkVolumeRayCastCompositeFunction_GetCompositeMethodMaxValue_03 (HandleRef pThis) |
| static internal int | vtkVolumeRayCastCompositeFunction_GetCompositeMethodMinValue_04 (HandleRef pThis) |
| static internal float | vtkVolumeRayCastCompositeFunction_GetZeroOpacityThreshold_05 (HandleRef pThis, HandleRef vol) |
| static internal int | vtkVolumeRayCastCompositeFunction_IsA_06 (HandleRef pThis, string type) |
| static internal int | vtkVolumeRayCastCompositeFunction_IsTypeOf_07 (string type) |
| static internal IntPtr | vtkVolumeRayCastCompositeFunction_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkVolumeRayCastCompositeFunction_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkVolumeRayCastCompositeFunction_SetCompositeMethod_11 (HandleRef pThis, int _arg) |
| static internal void | vtkVolumeRayCastCompositeFunction_SetCompositeMethodToClassifyFirst_12 (HandleRef pThis) |
| static internal void | vtkVolumeRayCastCompositeFunction_SetCompositeMethodToInterpolateFirst_13 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkVolumeRayCastCompositeFunction () |
| Automatically generated type registration mechanics. | |
vtkVolumeRayCastCompositeFunction - a ray function for compositing
| static Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkVolumeRayCastCompositeFunction.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.vtkVolumeRayCastCompositeFunction.GetCompositeMethod | ( | ) | [virtual] |
Set the CompositeMethod to either Classify First or Interpolate First.
Set the CompositeMethod to either Classify First or Interpolate First.
| virtual int Kitware.VTK.vtkVolumeRayCastCompositeFunction.GetCompositeMethodMaxValue | ( | ) | [virtual] |
Set the CompositeMethod to either Classify First or Interpolate First.
| virtual int Kitware.VTK.vtkVolumeRayCastCompositeFunction.GetCompositeMethodMinValue | ( | ) | [virtual] |
Set the CompositeMethod to either Classify First or Interpolate First.
| override float Kitware.VTK.vtkVolumeRayCastCompositeFunction.GetZeroOpacityThreshold | ( | vtkVolume | vol | ) | [virtual] |
Set the CompositeMethod to either Classify First or Interpolate First.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
| override int Kitware.VTK.vtkVolumeRayCastCompositeFunction.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
| static new int Kitware.VTK.vtkVolumeRayCastCompositeFunction.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
| static new vtkVolumeRayCastCompositeFunction Kitware.VTK.vtkVolumeRayCastCompositeFunction.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
| static new vtkVolumeRayCastCompositeFunction Kitware.VTK.vtkVolumeRayCastCompositeFunction.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
| virtual void Kitware.VTK.vtkVolumeRayCastCompositeFunction.SetCompositeMethod | ( | int | _arg | ) | [virtual] |
Set the CompositeMethod to either Classify First or Interpolate First.
Set the CompositeMethod to either Classify First or Interpolate First.
Set the CompositeMethod to either Classify First or Interpolate First.
| static internal int Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_GetCompositeMethod_01 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_GetCompositeMethodAsString_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_GetCompositeMethodMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_GetCompositeMethodMinValue_04 | ( | HandleRef | pThis | ) | [private] |
| static internal float Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_GetZeroOpacityThreshold_05 | ( | HandleRef | pThis, |
| HandleRef | vol | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_IsA_06 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_IsTypeOf_07 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_NewInstance_09 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_SafeDownCast_10 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_SetCompositeMethod_11 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_SetCompositeMethodToClassifyFirst_12 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkVolumeRayCastCompositeFunction.vtkVolumeRayCastCompositeFunction_SetCompositeMethodToInterpolateFirst_13 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkVolumeRayCastCompositeFunction.MRClassNameKey = "33vtkVolumeRayCastCompositeFunction" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
| new const string Kitware.VTK.vtkVolumeRayCastCompositeFunction.MRFullTypeName = "Kitware.VTK.vtkVolumeRayCastCompositeFunction" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkVolumeRayCastFunction.
1.7.6.1