Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkAbstractMapper3D Class Reference

#include <vtkAbstractMapper3D.h>

Inheritance diagram for vtkAbstractMapper3D:

Inheritance graph
[legend]
Collaboration diagram for vtkAbstractMapper3D:

Collaboration graph
[legend]
List of all members.

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 39 of file vtkAbstractMapper3D.h.

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 double * GetBounds ()=0
double GetLength ()
virtual int IsARayCastMapper ()
virtual int IsARenderIntoImageMapper ()
virtual void GetBounds (double bounds[6])
double * GetCenter ()
void GetCenter (double center[3])

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]


Member Typedef Documentation

typedef vtkAbstractMapper vtkAbstractMapper3D::Superclass
 

Reimplemented from vtkAbstractMapper.

Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkHierarchicalPolyDataMapper, vtkMapper, vtkMesaPolyDataMapper, vtkOpenGLPolyDataMapper, vtkPolyDataMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D.

Definition at line 42 of file vtkAbstractMapper3D.h.


Constructor & Destructor Documentation

vtkAbstractMapper3D::vtkAbstractMapper3D  )  [protected]
 

vtkAbstractMapper3D::~vtkAbstractMapper3D  )  [inline, protected]
 

Definition at line 76 of file vtkAbstractMapper3D.h.


Member Function Documentation

virtual const char* vtkAbstractMapper3D::GetClassName  )  [virtual]
 

Reimplemented from vtkAbstractMapper.

Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkHierarchicalPolyDataMapper, vtkMapper, vtkMesaPolyDataMapper, vtkOpenGLPolyDataMapper, vtkPolyDataMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D.

static int vtkAbstractMapper3D::IsTypeOf const char *  type  )  [static]
 

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkAbstractMapper.

Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkHierarchicalPolyDataMapper, vtkMapper, vtkMesaPolyDataMapper, vtkOpenGLPolyDataMapper, vtkPolyDataMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D.

virtual int vtkAbstractMapper3D::IsA const char *  type  )  [virtual]
 

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkAbstractMapper.

Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkHierarchicalPolyDataMapper, vtkMapper, vtkMesaPolyDataMapper, vtkOpenGLPolyDataMapper, vtkPolyDataMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D.

static vtkAbstractMapper3D* vtkAbstractMapper3D::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkAbstractMapper.

Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkHierarchicalPolyDataMapper, vtkMapper, vtkMesaPolyDataMapper, vtkOpenGLPolyDataMapper, vtkPolyDataMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D.

void vtkAbstractMapper3D::PrintSelf ostream &  os,
vtkIndent  indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkAbstractMapper.

Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkHierarchicalPolyDataMapper, vtkMapper, vtkMesaPolyDataMapper, vtkOpenGLPolyDataMapper, vtkPolyDataMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D.

virtual double* vtkAbstractMapper3D::GetBounds  )  [pure virtual]
 

Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).

Implemented in vtkAbstractVolumeMapper, vtkHierarchicalPolyDataMapper, vtkMapper, and vtkPolyDataMapper.

Referenced by vtkMapper::GetBounds(), and vtkAbstractVolumeMapper::GetBounds().

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

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

Reimplemented in vtkAbstractVolumeMapper, vtkHierarchicalPolyDataMapper, vtkMapper, and vtkPolyDataMapper.

double* vtkAbstractMapper3D::GetCenter  ) 
 

Return the Center of this mapper's data.

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

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

Definition at line 55 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 67 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 72 of file vtkAbstractMapper3D.h.


Member Data Documentation

double vtkAbstractMapper3D::Bounds[6] [protected]
 

Definition at line 76 of file vtkAbstractMapper3D.h.

double vtkAbstractMapper3D::Center[3] [protected]
 

Definition at line 79 of file vtkAbstractMapper3D.h.


The documentation for this class was generated from the following file:
Generated on Mon Jan 21 23:33:04 2008 for VTK by  doxygen 1.4.3-20050530