VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkAbstractMapper3D Class Reference

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

#include <vtkAbstractMapper3D.h>

Inheritance diagram for vtkAbstractMapper3D:
Inheritance graph
[legend]
Collaboration diagram for vtkAbstractMapper3D:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkAbstractMapper Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual doubleGetBounds ()=0
virtual void GetBounds (double bounds[6])
double GetLength ()
virtual int IsARayCastMapper ()
virtual int IsARenderIntoImageMapper ()
int GetNumberOfClippingPlanes ()
doubleGetCenter ()
void GetCenter (double center[3])
void GetClippingPlaneInDataCoords (vtkMatrix4x4 *propMatrix, int i, double planeEquation[4])

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkAbstractMapper3DSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkAbstractMapper3D ()
 ~vtkAbstractMapper3D ()

Protected Attributes

double Bounds [6]
double Center [3]

Detailed Description

abstract class specifies interface to map 3D data

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.

See also:
vtkAbstractMapper vtkMapper vtkPolyDataMapper vtkVolumeMapper

Definition at line 40 of file vtkAbstractMapper3D.h.


Member Typedef Documentation


Constructor & Destructor Documentation

vtkAbstractMapper3D::vtkAbstractMapper3D ( ) [protected]
vtkAbstractMapper3D::~vtkAbstractMapper3D ( ) [inline, protected]

Definition at line 88 of file vtkAbstractMapper3D.h.


Member Function Documentation

virtual const char* vtkAbstractMapper3D::GetClassName ( ) [virtual]
static int vtkAbstractMapper3D::IsTypeOf ( const char *  name) [static]
virtual int vtkAbstractMapper3D::IsA ( const char *  name) [virtual]
static vtkAbstractMapper3D* vtkAbstractMapper3D::SafeDownCast ( vtkObject o) [static]
void vtkAbstractMapper3D::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
virtual double* vtkAbstractMapper3D::GetBounds ( ) [pure 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.

Implemented in vtkMapper, vtkGraphMapper, vtkMoleculeMapper, vtkGlyph3DMapper, vtkImageResliceMapper, vtkImageSliceMapper, vtkPolyDataMapper, vtkCompositePolyDataMapper, and vtkAbstractVolumeMapper.

virtual void vtkAbstractMapper3D::GetBounds ( double  bounds[6]) [virtual]

Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).

Reimplemented in vtkMapper, vtkMoleculeMapper, vtkGlyph3DMapper, vtkImageResliceMapper, vtkImageSliceMapper, vtkPolyDataMapper, vtkCompositePolyDataMapper, and vtkAbstractVolumeMapper.

double* vtkAbstractMapper3D::GetCenter ( )

Return the Center of this mapper's data.

void vtkAbstractMapper3D::GetCenter ( double  center[3]) [inline]

Return the Center of this mapper's data.

Definition at line 57 of file vtkAbstractMapper3D.h.

double vtkAbstractMapper3D::GetLength ( )

Return the diagonal length of this mappers bounding box.

virtual int vtkAbstractMapper3D::IsARayCastMapper ( ) [inline, 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.

Definition at line 69 of file vtkAbstractMapper3D.h.

virtual int vtkAbstractMapper3D::IsARenderIntoImageMapper ( ) [inline, virtual]

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.

Definition at line 74 of file vtkAbstractMapper3D.h.

void vtkAbstractMapper3D::GetClippingPlaneInDataCoords ( vtkMatrix4x4 propMatrix,
int  i,
double  planeEquation[4] 
)

Get the ith clipping plane as a homogeneous plane equation. Use GetNumberOfClippingPlanes to get the number of planes.

int vtkAbstractMapper3D::GetNumberOfClippingPlanes ( )

Get the number of clipping planes.


Member Data Documentation

Definition at line 88 of file vtkAbstractMapper3D.h.

Definition at line 91 of file vtkAbstractMapper3D.h.


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