ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator Class Reference

vtkUnstructuredGridVolumeRayIntegrator - a superclass for volume ray integration functions More...

Inheritance diagram for Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator:
[legend]
Collaboration diagram for Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator:
[legend]

List of all members.

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.

Detailed Description

vtkUnstructuredGridVolumeRayIntegrator - a superclass for volume ray integration functions


Constructor & Destructor Documentation

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.


Member Function Documentation

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.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]
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.

Here is the call graph for this function:

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 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]

Member Data Documentation

new readonly string Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.MRClassNameKey = "38vtkUnstructuredGridVolumeRayIntegrator" [static]
new const string Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator"

The documentation for this class was generated from the following file: