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

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

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static new
vtkUnstructuredGridPartialPreIntegration 
New ()
 Undocumented Block.
static void BuildPsiTable ()
 Looks up Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data") in a table. The table must be created first, which happens on the first instantiation of this class or when BuildPsiTable is first called.
static IntPtr GetPsiTable (ref int size)
 Looks up Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data") in a table. The table must be created first, which happens on the first instantiation of this class or when BuildPsiTable is first called.
static void IntegrateRay (double length, double intensity_front, double attenuation_front, double intensity_back, double attenuation_back, IntPtr color)
 Looks up Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data") in a table. The table must be created first, which happens on the first instantiation of this class or when BuildPsiTable is first called.
static void IntegrateRay (double length, IntPtr color_front, double attenuation_front, IntPtr color_back, double attenuation_back, IntPtr color)
 Is setting the RGB values the same the right thing to do?
static new int IsTypeOf (string type)
 Undocumented Block.
static float Psi (float taufD, float taubD)
 Looks up Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data") in a table. The table must be created first, which happens on the first instantiation of this class or when BuildPsiTable is first called.
static new
vtkUnstructuredGridPartialPreIntegration 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "40vtkUnstructuredGridPartialPreIntegration"
 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 vtkUnstructuredGridPartialPreIntegration_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkUnstructuredGridPartialPreIntegration_BuildPsiTable_01 ()
static internal IntPtr vtkUnstructuredGridPartialPreIntegration_GetPsiTable_02 (ref int size)
static internal void vtkUnstructuredGridPartialPreIntegration_Initialize_03 (HandleRef pThis, HandleRef volume, HandleRef scalars)
static internal void vtkUnstructuredGridPartialPreIntegration_Integrate_04 (HandleRef pThis, HandleRef intersectionLengths, HandleRef nearIntersections, HandleRef farIntersections, IntPtr color)
static internal void vtkUnstructuredGridPartialPreIntegration_IntegrateRay_05 (double length, double intensity_front, double attenuation_front, double intensity_back, double attenuation_back, IntPtr color)
static internal void vtkUnstructuredGridPartialPreIntegration_IntegrateRay_06 (double length, IntPtr color_front, double attenuation_front, IntPtr color_back, double attenuation_back, IntPtr color)
static internal int vtkUnstructuredGridPartialPreIntegration_IsA_07 (HandleRef pThis, string type)
static internal int vtkUnstructuredGridPartialPreIntegration_IsTypeOf_08 (string type)
static internal IntPtr vtkUnstructuredGridPartialPreIntegration_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal float vtkUnstructuredGridPartialPreIntegration_Psi_11 (float taufD, float taubD)
static internal IntPtr vtkUnstructuredGridPartialPreIntegration_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkUnstructuredGridPartialPreIntegration ()
 Automatically generated type registration mechanics.

Detailed Description

vtkUnstructuredGridPartialPreIntegration - performs piecewise linear ray integration.

Description

vtkUnstructuredGridPartialPreIntegration performs piecewise linear ray integration. This will give the same results as vtkUnstructuredGridLinearRayIntegration (with potentially a error due to table lookup quantization), but should be notably faster. The algorithm used is given by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data."

This class is thread safe only after the first instance is created.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Looks up Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data") in a table. The table must be created first, which happens on the first instantiation of this class or when BuildPsiTable is first called.

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

static IntPtr Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.GetPsiTable ( ref int  size) [static]

Looks up Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data") in a table. The table must be created first, which happens on the first instantiation of this class or when BuildPsiTable is first called.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

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

Looks up Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data") in a table. The table must be created first, which happens on the first instantiation of this class or when BuildPsiTable is first called.

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

Is setting the RGB values the same the right thing to do?

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

static new int Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.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.vtkUnstructuredGridPartialPreIntegration.Psi ( float  taufD,
float  taubD 
) [static]

Looks up Psi (as defined by Moreland and Angel, "A Fast High Accuracy Volume Renderer for Unstructured Data") in a table. The table must be created first, which happens on the first instantiation of this class or when BuildPsiTable is first called.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_Initialize_03 ( HandleRef  pThis,
HandleRef  volume,
HandleRef  scalars 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_Integrate_04 ( HandleRef  pThis,
HandleRef  intersectionLengths,
HandleRef  nearIntersections,
HandleRef  farIntersections,
IntPtr  color 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_IntegrateRay_05 ( double  length,
double  intensity_front,
double  attenuation_front,
double  intensity_back,
double  attenuation_back,
IntPtr  color 
) [private]
static internal void Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_IntegrateRay_06 ( double  length,
IntPtr  color_front,
double  attenuation_front,
IntPtr  color_back,
double  attenuation_back,
IntPtr  color 
) [private]
static internal int Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal float Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_Psi_11 ( float  taufD,
float  taubD 
) [private]
static internal IntPtr Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.vtkUnstructuredGridPartialPreIntegration_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkUnstructuredGridPartialPreIntegration.MRClassNameKey = "40vtkUnstructuredGridPartialPreIntegration" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeRayIntegrator.


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