ActiViz .NET
5.8.0
|
vtkUnstructuredGridVolumeRayIntegrator - a superclass for volume ray integration functions More...
Public Member Functions | |
vtkUnstructuredGridVolumeRayIntegrator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual void | Initialize (vtkVolume volume, vtkDataArray scalars) |
Set up the integrator with the given properties and scalars. | |
virtual void | Integrate (vtkDoubleArray intersectionLengths, vtkDataArray nearIntersections, vtkDataArray farIntersections, IntPtr color) |
Given a set of intersections (defined by the three arrays), compute the peicewise integration of the array in front to back order. /c intersectionLengths holds the lengths of each peicewise segment. /c nearIntersections and /c farIntersections hold the scalar values at the front and back of each segment. /c color should contain the RGBA value of the volume in front of the segments passed in, and the result will be placed back into /c color. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkUnstructuredGridVolumeRayIntegrator | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkUnstructuredGridVolumeRayIntegrator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "38vtkUnstructuredGridVolumeRayIntegrator" |
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 void | vtkUnstructuredGridVolumeRayIntegrator_Initialize_01 (HandleRef pThis, HandleRef volume, HandleRef scalars) |
static internal void | vtkUnstructuredGridVolumeRayIntegrator_Integrate_02 (HandleRef pThis, HandleRef intersectionLengths, HandleRef nearIntersections, HandleRef farIntersections, IntPtr color) |
static internal int | vtkUnstructuredGridVolumeRayIntegrator_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkUnstructuredGridVolumeRayIntegrator_IsTypeOf_04 (string type) |
static internal IntPtr | vtkUnstructuredGridVolumeRayIntegrator_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUnstructuredGridVolumeRayIntegrator_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkUnstructuredGridVolumeRayIntegrator () |
Automatically generated type registration mechanics. |
vtkUnstructuredGridVolumeRayIntegrator - a superclass for volume ray integration functions
static Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.vtkUnstructuredGridVolumeRayIntegrator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.vtkUnstructuredGridVolumeRayIntegrator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.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.vtkObject.
Reimplemented in Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator, Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, and Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.
virtual void Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.Initialize | ( | vtkVolume | volume, |
vtkDataArray | scalars | ||
) | [virtual] |
Set up the integrator with the given properties and scalars.
Reimplemented in Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator, and Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.
virtual void Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.Integrate | ( | vtkDoubleArray | intersectionLengths, |
vtkDataArray | nearIntersections, | ||
vtkDataArray | farIntersections, | ||
IntPtr | color | ||
) | [virtual] |
Given a set of intersections (defined by the three arrays), compute the peicewise integration of the array in front to back order. /c intersectionLengths holds the lengths of each peicewise segment. /c nearIntersections and /c farIntersections hold the scalar values at the front and back of each segment. /c color should contain the RGBA value of the volume in front of the segments passed in, and the result will be placed back into /c color.
Reimplemented in Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator, and Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.
override int Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator, and Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.
static new int Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator, and Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.
new vtkUnstructuredGridVolumeRayIntegrator Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator, and Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.
static new vtkUnstructuredGridVolumeRayIntegrator Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator, and Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.
static internal void Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.vtkUnstructuredGridVolumeRayIntegrator_Initialize_01 | ( | HandleRef | pThis, |
HandleRef | volume, | ||
HandleRef | scalars | ||
) | [private] |
static internal void Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.vtkUnstructuredGridVolumeRayIntegrator_Integrate_02 | ( | HandleRef | pThis, |
HandleRef | intersectionLengths, | ||
HandleRef | nearIntersections, | ||
HandleRef | farIntersections, | ||
IntPtr | color | ||
) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.vtkUnstructuredGridVolumeRayIntegrator_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.vtkUnstructuredGridVolumeRayIntegrator_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.vtkUnstructuredGridVolumeRayIntegrator_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.vtkUnstructuredGridVolumeRayIntegrator_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.MRClassNameKey = "38vtkUnstructuredGridVolumeRayIntegrator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator, Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, and Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.
new const string Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator, Kitware.VTK.vtkUnstructuredGridPreIntegration, Kitware.VTK.vtkUnstructuredGridPartialPreIntegration, and Kitware.VTK.vtkUnstructuredGridHomogeneousRayIntegrator.