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.vtkUnstructuredGridLinearRayIntegrator Class Reference

vtkUnstructuredGridLinearRayIntegrator - performs piecewise linear ray integration. More...

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

List of all members.

Public Member Functions

 vtkUnstructuredGridLinearRayIntegrator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkUnstructuredGridLinearRayIntegrator ()
 Undocumented Block.
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
vtkUnstructuredGridLinearRayIntegrator 
NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new
vtkUnstructuredGridLinearRayIntegrator 
New ()
 Undocumented Block.
static void IntegrateRay (double length, double intensity_front, double attenuation_front, double intensity_back, double attenuation_back, IntPtr color)
 Integrates a single ray segment. color is blended with the result (with color in front). The result is written back into color.
static void IntegrateRay (double length, IntPtr color_front, double attenuation_front, IntPtr color_back, double attenuation_back, IntPtr color)
 Integrates a single ray segment. color is blended with the result (with color in front). The result is written back into color.
static new int IsTypeOf (string type)
 Undocumented Block.
static float Psi (float length, float attenuation_front, float attenuation_back)
 Computes Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data").
static new
vtkUnstructuredGridLinearRayIntegrator 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "38vtkUnstructuredGridLinearRayIntegrator"
 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 vtkUnstructuredGridLinearRayIntegrator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkUnstructuredGridLinearRayIntegrator_Initialize_01 (HandleRef pThis, HandleRef volume, HandleRef scalars)
static internal void vtkUnstructuredGridLinearRayIntegrator_Integrate_02 (HandleRef pThis, HandleRef intersectionLengths, HandleRef nearIntersections, HandleRef farIntersections, IntPtr color)
static internal void vtkUnstructuredGridLinearRayIntegrator_IntegrateRay_03 (double length, double intensity_front, double attenuation_front, double intensity_back, double attenuation_back, IntPtr color)
static internal void vtkUnstructuredGridLinearRayIntegrator_IntegrateRay_04 (double length, IntPtr color_front, double attenuation_front, IntPtr color_back, double attenuation_back, IntPtr color)
static internal int vtkUnstructuredGridLinearRayIntegrator_IsA_05 (HandleRef pThis, string type)
static internal int vtkUnstructuredGridLinearRayIntegrator_IsTypeOf_06 (string type)
static internal IntPtr vtkUnstructuredGridLinearRayIntegrator_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal float vtkUnstructuredGridLinearRayIntegrator_Psi_09 (float length, float attenuation_front, float attenuation_back)
static internal IntPtr vtkUnstructuredGridLinearRayIntegrator_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkUnstructuredGridLinearRayIntegrator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkUnstructuredGridLinearRayIntegrator - performs piecewise linear ray integration.

Description

vtkUnstructuredGridLinearRayIntegrator performs piecewise linear ray integration. Considering that transfer functions in VTK are piecewise linear, this class should give the "correct" integration under most circumstances. However, the computations performed are fairly hefty and should, for the most part, only be used as a benchmark for other, faster methods.

vtkUnstructuredGridPartialPreIntegration


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

override void Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.Integrate ( vtkDoubleArray  intersectionLengths,
vtkDataArray  nearIntersections,
vtkDataArray  farIntersections,
IntPtr  color 
) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

static void Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.IntegrateRay ( double  length,
double  intensity_front,
double  attenuation_front,
double  intensity_back,
double  attenuation_back,
IntPtr  color 
) [static]

Integrates a single ray segment. color is blended with the result (with color in front). The result is written back into color.

static void Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.IntegrateRay ( double  length,
IntPtr  color_front,
double  attenuation_front,
IntPtr  color_back,
double  attenuation_back,
IntPtr  color 
) [static]

Integrates a single ray segment. color is blended with the result (with color in front). The result is written back into color.

override int Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

static new int Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

static float Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.Psi ( float  length,
float  attenuation_front,
float  attenuation_back 
) [static]

Computes Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data").

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_Initialize_01 ( HandleRef  pThis,
HandleRef  volume,
HandleRef  scalars 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_Integrate_02 ( HandleRef  pThis,
HandleRef  intersectionLengths,
HandleRef  nearIntersections,
HandleRef  farIntersections,
IntPtr  color 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_IntegrateRay_03 ( double  length,
double  intensity_front,
double  attenuation_front,
double  intensity_back,
double  attenuation_back,
IntPtr  color 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_IntegrateRay_04 ( double  length,
IntPtr  color_front,
double  attenuation_front,
IntPtr  color_back,
double  attenuation_back,
IntPtr  color 
) [private]
static internal int Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal float Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_Psi_09 ( float  length,
float  attenuation_front,
float  attenuation_back 
) [private]
static internal IntPtr Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.vtkUnstructuredGridLinearRayIntegrator_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.MRClassNameKey = "38vtkUnstructuredGridLinearRayIntegrator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

new const string Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator.MRFullTypeName = "Kitware.VTK.vtkUnstructuredGridLinearRayIntegrator"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.


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