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

vtkProjectedTetrahedraMapper - Unstructured grid volume renderer. More...

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

List of all members.

Public Member Functions

 vtkProjectedTetrahedraMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkProjectedTetrahedraMapper ()
 Undocumented Block.
virtual vtkVisibilitySort GetVisibilitySort ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkProjectedTetrahedraMapper NewInstance ()
 Undocumented Block.
virtual void SetVisibilitySort (vtkVisibilitySort sort)
 Undocumented Block.

Static Public Member Functions

static new
vtkProjectedTetrahedraMapper 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static void MapScalarsToColors (vtkDataArray colors, vtkVolumeProperty property, vtkDataArray scalars)
 Undocumented Block.
static new
vtkProjectedTetrahedraMapper 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.
static void TransformPoints (vtkPoints inPoints, IntPtr projection_mat, IntPtr modelview_mat, vtkFloatArray outPoints)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkProjectedTetrahedraMapper"
 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 vtkProjectedTetrahedraMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkProjectedTetrahedraMapper_GetVisibilitySort_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkProjectedTetrahedraMapper_IsA_02 (HandleRef pThis, string type)
static internal int vtkProjectedTetrahedraMapper_IsTypeOf_03 (string type)
static internal void vtkProjectedTetrahedraMapper_MapScalarsToColors_04 (HandleRef colors, HandleRef property, HandleRef scalars)
static internal IntPtr vtkProjectedTetrahedraMapper_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkProjectedTetrahedraMapper_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkProjectedTetrahedraMapper_SetVisibilitySort_08 (HandleRef pThis, HandleRef sort)
static internal void vtkProjectedTetrahedraMapper_TransformPoints_09 (HandleRef inPoints, IntPtr projection_mat, IntPtr modelview_mat, HandleRef outPoints)

Static Private Member Functions

static vtkProjectedTetrahedraMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkProjectedTetrahedraMapper - Unstructured grid volume renderer.

Description vtkProjectedTetrahedraMapper is an implementation of the classic Projected Tetrahedra algorithm presented by Shirley and Tuchman in "A Polygonal Approximation to Direct Scalar Volume Rendering" in Computer Graphics, December 1990.

Bugs This mapper relies highly on the implementation of the OpenGL pipeline. A typical hardware driver has lots of options and some settings can cause this mapper to produce artifacts.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper ( 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.vtkProjectedTetrahedraMapper.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.vtkUnstructuredGridVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.

Undocumented Block.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.

Undocumented Block.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.

Here is the call graph for this function:

Undocumented Block.

static void Kitware.VTK.vtkProjectedTetrahedraMapper.TransformPoints ( vtkPoints  inPoints,
IntPtr  projection_mat,
IntPtr  modelview_mat,
vtkFloatArray  outPoints 
) [static]

Undocumented Block.

static internal IntPtr Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_GetVisibilitySort_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_MapScalarsToColors_04 ( HandleRef  colors,
HandleRef  property,
HandleRef  scalars 
) [private]
static internal IntPtr Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_SetVisibilitySort_08 ( HandleRef  pThis,
HandleRef  sort 
) [private]
static internal void Kitware.VTK.vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_TransformPoints_09 ( HandleRef  inPoints,
IntPtr  projection_mat,
IntPtr  modelview_mat,
HandleRef  outPoints 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkProjectedTetrahedraMapper.MRClassNameKey = "28vtkProjectedTetrahedraMapper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeMapper.

Reimplemented in Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper.


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