|
ActiViz .NET
5.8.0
|
vtkUnstructuredGridHomogeneousRayIntegrator - performs peicewise constant ray integration. More...
Public Member Functions | |
| vtkUnstructuredGridHomogeneousRayIntegrator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkUnstructuredGridHomogeneousRayIntegrator () | |
| Undocumented Block. | |
| virtual int | GetTransferFunctionTableSize () |
| For quick lookup, the transfer function is sampled into a table. This parameter sets how big of a table to use. By default, 1024 entries are used. | |
| override void | Initialize (vtkVolume volume, vtkDataArray scalars) |
| Undocumented Block. | |
| override void | Integrate (vtkDoubleArray intersectionLengths, vtkDataArray nearIntersections, vtkDataArray farIntersections, IntPtr color) |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkUnstructuredGridHomogeneousRayIntegrator | NewInstance () |
| Undocumented Block. | |
| virtual void | SetTransferFunctionTableSize (int _arg) |
| For quick lookup, the transfer function is sampled into a table. This parameter sets how big of a table to use. By default, 1024 entries are used. | |
Static Public Member Functions | |
| static new vtkUnstructuredGridHomogeneousRayIntegrator | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkUnstructuredGridHomogeneousRayIntegrator | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "43vtkUnstructuredGridHomogeneousRayIntegrator" |
| 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 | vtkUnstructuredGridHomogeneousRayIntegrator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkUnstructuredGridHomogeneousRayIntegrator_GetTransferFunctionTableSize_01 (HandleRef pThis) |
| static internal void | vtkUnstructuredGridHomogeneousRayIntegrator_Initialize_02 (HandleRef pThis, HandleRef volume, HandleRef scalars) |
| static internal void | vtkUnstructuredGridHomogeneousRayIntegrator_Integrate_03 (HandleRef pThis, HandleRef intersectionLengths, HandleRef nearIntersections, HandleRef farIntersections, IntPtr color) |
| static internal int | vtkUnstructuredGridHomogeneousRayIntegrator_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkUnstructuredGridHomogeneousRayIntegrator_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkUnstructuredGridHomogeneousRayIntegrator_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkUnstructuredGridHomogeneousRayIntegrator_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkUnstructuredGridHomogeneousRayIntegrator_SetTransferFunctionTableSize_09 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkUnstructuredGridHomogeneousRayIntegrator () |
| Automatically generated type registration mechanics. | |
vtkUnstructuredGridHomogeneousRayIntegrator - performs peicewise constant ray integration.
Description
vtkUnstructuredGridHomogeneousRayIntegrator performs homogeneous ray integration. This is a good method to use when volume rendering scalars that are defined on cells.
| static Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
| Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator | ( | ) |
Undocumented Block.
| override void Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.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.vtkUnstructuredGridVolumeRayIntegrator.
| virtual int Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.GetTransferFunctionTableSize | ( | ) | [virtual] |
For quick lookup, the transfer function is sampled into a table. This parameter sets how big of a table to use. By default, 1024 entries are used.
| override void Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.Initialize | ( | vtkVolume | volume, |
| vtkDataArray | scalars | ||
| ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.
| override void Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.Integrate | ( | vtkDoubleArray | intersectionLengths, |
| vtkDataArray | nearIntersections, | ||
| vtkDataArray | farIntersections, | ||
| IntPtr | color | ||
| ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.
| override int Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.
| static new int Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.
| static new vtkUnstructuredGridHomogeneousRayIntegrator Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| new vtkUnstructuredGridHomogeneousRayIntegrator Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.
| static new vtkUnstructuredGridHomogeneousRayIntegrator Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.
| virtual void Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.SetTransferFunctionTableSize | ( | int | _arg | ) | [virtual] |
For quick lookup, the transfer function is sampled into a table. This parameter sets how big of a table to use. By default, 1024 entries are used.
| static internal int Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_GetTransferFunctionTableSize_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_Initialize_02 | ( | HandleRef | pThis, |
| HandleRef | volume, | ||
| HandleRef | scalars | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_Integrate_03 | ( | HandleRef | pThis, |
| HandleRef | intersectionLengths, | ||
| HandleRef | nearIntersections, | ||
| HandleRef | farIntersections, | ||
| IntPtr | color | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.vtkUnstructuredGridHomogeneousRayIntegrator_SetTransferFunctionTableSize_09 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.MRClassNameKey = "43vtkUnstructuredGridHomogeneousRayIntegrator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.
| new const string Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.
1.7.6.1