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

vtkAbstractMapper3D - abstract class specifies interface to map 3D data More...

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

List of all members.

Public Member Functions

 vtkAbstractMapper3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual double[] GetBounds ()
 Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). Update this->Bounds as a side effect.
virtual void GetBounds (IntPtr bounds)
 Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
double[] GetCenter ()
 Return the Center of this mapper's data.
void GetCenter (IntPtr center)
 Return the Center of this mapper's data.
double GetLength ()
 Return the diagonal length of this mappers bounding box.
override int IsA (string type)
 Undocumented Block.
virtual int IsARayCastMapper ()
 Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image from this mapper.
virtual int IsARenderIntoImageMapper ()
 Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by rendering into a software image buffer.
new vtkAbstractMapper3D NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkAbstractMapper3D SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkAbstractMapper3D"
 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 vtkAbstractMapper3D_GetBounds_01 (HandleRef pThis)
static internal void vtkAbstractMapper3D_GetBounds_02 (HandleRef pThis, IntPtr bounds)
static internal IntPtr vtkAbstractMapper3D_GetCenter_03 (HandleRef pThis)
static internal void vtkAbstractMapper3D_GetCenter_04 (HandleRef pThis, IntPtr center)
static internal double vtkAbstractMapper3D_GetLength_05 (HandleRef pThis)
static internal int vtkAbstractMapper3D_IsA_06 (HandleRef pThis, string type)
static internal int vtkAbstractMapper3D_IsARayCastMapper_07 (HandleRef pThis)
static internal int vtkAbstractMapper3D_IsARenderIntoImageMapper_08 (HandleRef pThis)
static internal int vtkAbstractMapper3D_IsTypeOf_09 (string type)
static internal IntPtr vtkAbstractMapper3D_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAbstractMapper3D_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkAbstractMapper3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAbstractMapper3D - abstract class specifies interface to map 3D data

Description vtkAbstractMapper3D is an abstract class to specify interface between 3D data and graphics primitives or software rendering techniques. Subclasses of vtkAbstractMapper3D can be used for rendering geometry or rendering volumetric data.

This class also defines an API to support hardware clipping planes (at most six planes can be defined). It also provides geometric data about the input data it maps, such as the bounding box and center.

vtkAbstractMapper vtkMapper vtkPolyDataMapper vtkVolumeMapper


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkAbstractMapper3D.Dispose ( bool  disposing) [protected]
virtual double [] Kitware.VTK.vtkAbstractMapper3D.GetBounds ( ) [virtual]

Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). Update this->Bounds as a side effect.

Reimplemented in Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkPolyDataMapper, and Kitware.VTK.vtkAbstractVolumeMapper.

virtual void Kitware.VTK.vtkAbstractMapper3D.GetBounds ( IntPtr  bounds) [virtual]

Return the Center of this mapper's data.

Return the Center of this mapper's data.

Return the diagonal length of this mappers bounding box.

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

Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image from this mapper.

Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by rendering into a software image buffer.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractMapper.

Reimplemented in Kitware.VTK.vtkFixedPointVolumeRayCastMapper, Kitware.VTK.vtkVolumeProMapper, Kitware.VTK.vtkMapper, Kitware.VTK.vtkGPUVolumeRayCastMapper, Kitware.VTK.vtkGraphMapper, Kitware.VTK.vtkGlyph3DMapper, Kitware.VTK.vtkVolumeRayCastMapper, Kitware.VTK.vtkUnstructuredGridVolumeRayCastMapper, Kitware.VTK.vtkUnstructuredGridVolumeZSweepMapper, Kitware.VTK.vtkSmartVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper, Kitware.VTK.vtkVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper3D, Kitware.VTK.vtkPolyDataMapper, Kitware.VTK.vtkAbstractVolumeMapper, Kitware.VTK.vtkVolumeTextureMapper2D, Kitware.VTK.vtkPainterPolyDataMapper, Kitware.VTK.vtkHAVSVolumeMapper, Kitware.VTK.vtkOpenGLHAVSVolumeMapper, Kitware.VTK.vtkDataSetMapper, Kitware.VTK.vtkCompositePolyDataMapper, Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper3D, Kitware.VTK.vtkProjectedTetrahedraMapper, Kitware.VTK.vtkProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLPolyDataMapper, Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper, Kitware.VTK.vtkOpenGLGlyph3DMapper, Kitware.VTK.vtkUnstructuredGridVolumeMapper, Kitware.VTK.vtkOpenGLProjectedTetrahedraMapper, Kitware.VTK.vtkOpenGLVolumeTextureMapper2D, Kitware.VTK.vtkHierarchicalPolyDataMapper, and Kitware.VTK.vtkCompositePolyDataMapper2.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetBounds_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetBounds_02 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal IntPtr Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetCenter_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetCenter_04 ( HandleRef  pThis,
IntPtr  center 
) [private]
static internal double Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_GetLength_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_IsARayCastMapper_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_IsARenderIntoImageMapper_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAbstractMapper3D.vtkAbstractMapper3D_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAbstractMapper3D.MRClassNameKey = "19vtkAbstractMapper3D" [static]
new const string Kitware.VTK.vtkAbstractMapper3D.MRFullTypeName = "Kitware.VTK.vtkAbstractMapper3D"

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