|
ActiViz .NET
5.8.0
|
vtkUnstructuredGridBunykRayCastFunction - a superclass for ray casting functions More...
Public Member Functions | |
| vtkUnstructuredGridBunykRayCastFunction (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkUnstructuredGridBunykRayCastFunction () | |
| Undocumented Block. | |
| override void | FinalizeWrapper () |
| Undocumented Block. | |
| virtual int[] | GetImageOrigin () |
| Undocumented Block. | |
| virtual void | GetImageOrigin (IntPtr data) |
| Undocumented Block. | |
| virtual int[] | GetImageViewportSize () |
| Undocumented Block. | |
| virtual void | GetImageViewportSize (IntPtr data) |
| Undocumented Block. | |
| IntPtr | GetPoints () |
| Undocumented Block. | |
| virtual vtkMatrix4x4 | GetViewToWorldMatrix () |
| Undocumented Block. | |
| override void | Initialize (vtkRenderer ren, vtkVolume vol) |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkUnstructuredGridBunykRayCastFunction | NewInstance () |
| Undocumented Block. | |
| override vtkUnstructuredGridVolumeRayCastIterator | NewIterator () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkUnstructuredGridBunykRayCastFunction | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkUnstructuredGridBunykRayCastFunction | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "39vtkUnstructuredGridBunykRayCastFunction" |
| 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 | vtkUnstructuredGridBunykRayCastFunction_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkUnstructuredGridBunykRayCastFunction_Finalize_01 (HandleRef pThis) |
| static internal IntPtr | vtkUnstructuredGridBunykRayCastFunction_GetImageOrigin_02 (HandleRef pThis) |
| static internal void | vtkUnstructuredGridBunykRayCastFunction_GetImageOrigin_03 (HandleRef pThis, IntPtr data) |
| static internal IntPtr | vtkUnstructuredGridBunykRayCastFunction_GetImageViewportSize_04 (HandleRef pThis) |
| static internal void | vtkUnstructuredGridBunykRayCastFunction_GetImageViewportSize_05 (HandleRef pThis, IntPtr data) |
| static internal IntPtr | vtkUnstructuredGridBunykRayCastFunction_GetPoints_06 (HandleRef pThis) |
| static internal IntPtr | vtkUnstructuredGridBunykRayCastFunction_GetViewToWorldMatrix_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkUnstructuredGridBunykRayCastFunction_Initialize_08 (HandleRef pThis, HandleRef ren, HandleRef vol) |
| static internal int | vtkUnstructuredGridBunykRayCastFunction_IsA_09 (HandleRef pThis, string type) |
| static internal int | vtkUnstructuredGridBunykRayCastFunction_IsTypeOf_10 (string type) |
| static internal IntPtr | vtkUnstructuredGridBunykRayCastFunction_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkUnstructuredGridBunykRayCastFunction_NewIterator_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkUnstructuredGridBunykRayCastFunction_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkUnstructuredGridBunykRayCastFunction () |
| Automatically generated type registration mechanics. | |
vtkUnstructuredGridBunykRayCastFunction - a superclass for ray casting functions
| static Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.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.vtkUnstructuredGridVolumeRayCastFunction.
| override void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.FinalizeWrapper | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
| virtual int [] Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.GetImageOrigin | ( | ) | [virtual] |
Undocumented Block.
| virtual void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.GetImageOrigin | ( | IntPtr | data | ) | [virtual] |
Undocumented Block.
| virtual int [] Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.GetImageViewportSize | ( | ) | [virtual] |
Undocumented Block.
| virtual void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.GetImageViewportSize | ( | IntPtr | data | ) | [virtual] |
Undocumented Block.
Undocumented Block.
| virtual vtkMatrix4x4 Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.GetViewToWorldMatrix | ( | ) | [virtual] |
Undocumented Block.
| override void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.Initialize | ( | vtkRenderer | ren, |
| vtkVolume | vol | ||
| ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
| override int Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
| static new int Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
| static new vtkUnstructuredGridBunykRayCastFunction Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| new vtkUnstructuredGridBunykRayCastFunction Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
| override vtkUnstructuredGridVolumeRayCastIterator Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.NewIterator | ( | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
| static new vtkUnstructuredGridBunykRayCastFunction Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
| static internal void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_Finalize_01 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_GetImageOrigin_02 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_GetImageOrigin_03 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_GetImageViewportSize_04 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_GetImageViewportSize_05 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_GetPoints_06 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_GetViewToWorldMatrix_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_Initialize_08 | ( | HandleRef | pThis, |
| HandleRef | ren, | ||
| HandleRef | vol | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_IsA_09 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_IsTypeOf_10 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_NewInstance_12 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_NewIterator_13 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.vtkUnstructuredGridBunykRayCastFunction_SafeDownCast_14 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.MRClassNameKey = "39vtkUnstructuredGridBunykRayCastFunction" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
| new const string Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridBunykRayCastFunction" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayCastFunction.
1.7.6.1