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

vtkAbstractVolumeMapper Class Reference

#include <vtkAbstractVolumeMapper.h>

Inheritance diagram for vtkAbstractVolumeMapper:

Inheritance graph
[legend]
Collaboration diagram for vtkAbstractVolumeMapper:

Collaboration graph
[legend]
List of all members.

Detailed Description

Abstract class for a volume mapper.

vtkAbstractVolumeMapper is the abstract definition of a volume mapper. Specific subclasses deal with different specific types of data input

See also:
vtkVolumeMapper vtkUnstructuredGridVolumeMapper
Created by:
  • Avila, Lisa
CVS contributions (if > 5%):
  • Avila, Lisa (78%)
  • Martin, Ken (14%)
  • King, Brad (6%)
CVS logs (CVSweb):
  • .h (/Rendering/vtkAbstractVolumeMapper.h)
  • .cxx (/Rendering/vtkAbstractVolumeMapper.cxx)

Definition at line 48 of file vtkAbstractVolumeMapper.h.

Public Types

typedef vtkAbstractMapper3D Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Update ()
virtual void Render (vtkRenderer *ren, vtkVolume *vol)=0
virtual void ReleaseGraphicsResources (vtkWindow *)
virtual void SetInput (vtkDataSet *)
vtkDataSetGetDataSetInput ()
virtual double * GetBounds ()
virtual void GetBounds (double bounds[6])
virtual float GetGradientMagnitudeScale ()
virtual float GetGradientMagnitudeBias ()
virtual float GetGradientMagnitudeScale (int)
virtual float GetGradientMagnitudeBias (int)

Static Public Member Functions

int IsTypeOf (const char *type)
vtkAbstractVolumeMapperSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkAbstractVolumeMapper ()
 ~vtkAbstractVolumeMapper ()


Member Typedef Documentation

typedef vtkAbstractMapper3D vtkAbstractVolumeMapper::Superclass
 

Reimplemented from vtkAbstractMapper3D.

Reimplemented in vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D.

Definition at line 51 of file vtkAbstractVolumeMapper.h.


Constructor & Destructor Documentation

vtkAbstractVolumeMapper::vtkAbstractVolumeMapper  )  [protected]
 

vtkAbstractVolumeMapper::~vtkAbstractVolumeMapper  )  [protected]
 


Member Function Documentation

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

Reimplemented from vtkAbstractMapper3D.

Reimplemented in vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D.

int vtkAbstractVolumeMapper::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 vtkAbstractMapper3D.

Reimplemented in vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D.

virtual int vtkAbstractVolumeMapper::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 vtkAbstractMapper3D.

Reimplemented in vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D.

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

Reimplemented from vtkAbstractMapper3D.

Reimplemented in vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D.

void vtkAbstractVolumeMapper::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 vtkAbstractMapper3D.

Reimplemented in vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D.

virtual void vtkAbstractVolumeMapper::Update  )  [virtual]
 

Update the volume rendering pipeline by updating the scalar input

Implements vtkAbstractMapper3D.

Reimplemented in vtkVolumeShearWarpMapper, and vtkVolumeTextureMapper.

virtual void vtkAbstractVolumeMapper::SetInput vtkDataSet  )  [virtual]
 

Set/Get the input data

Reimplemented in vtkUnstructuredGridVolumeMapper, and vtkVolumeMapper.

vtkDataSet* vtkAbstractVolumeMapper::GetDataSetInput  ) 
 

Set/Get the input data

virtual double* vtkAbstractVolumeMapper::GetBounds  )  [virtual]
 

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

Implements vtkAbstractMapper3D.

virtual void vtkAbstractVolumeMapper::GetBounds double  bounds[6]  )  [inline, virtual]
 

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

Reimplemented from vtkAbstractMapper3D.

Definition at line 67 of file vtkAbstractVolumeMapper.h.

References vtkAbstractMapper3D::GetBounds().

virtual float vtkAbstractVolumeMapper::GetGradientMagnitudeScale  )  [inline, virtual]
 

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE

Reimplemented in vtkVolumeRayCastMapper, and vtkVolumeTextureMapper.

Definition at line 74 of file vtkAbstractVolumeMapper.h.

Referenced by vtkVolumeTextureMapper::GetGradientMagnitudeScale(), and vtkVolumeRayCastMapper::GetGradientMagnitudeScale().

virtual float vtkAbstractVolumeMapper::GetGradientMagnitudeBias  )  [inline, virtual]
 

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE

Reimplemented in vtkVolumeRayCastMapper, and vtkVolumeTextureMapper.

Definition at line 75 of file vtkAbstractVolumeMapper.h.

Referenced by vtkVolumeTextureMapper::GetGradientMagnitudeBias(), and vtkVolumeRayCastMapper::GetGradientMagnitudeBias().

virtual float vtkAbstractVolumeMapper::GetGradientMagnitudeScale int   )  [inline, virtual]
 

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE

Reimplemented in vtkVolumeRayCastMapper, and vtkVolumeTextureMapper.

Definition at line 76 of file vtkAbstractVolumeMapper.h.

virtual float vtkAbstractVolumeMapper::GetGradientMagnitudeBias int   )  [inline, virtual]
 

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE

Reimplemented in vtkVolumeRayCastMapper, and vtkVolumeTextureMapper.

Definition at line 77 of file vtkAbstractVolumeMapper.h.

virtual void vtkAbstractVolumeMapper::Render vtkRenderer ren,
vtkVolume vol
[pure virtual]
 

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Render the volume

Implemented in vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D.

virtual void vtkAbstractVolumeMapper::ReleaseGraphicsResources vtkWindow  )  [inline, virtual]
 

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.

Reimplemented from vtkAbstractMapper.

Reimplemented in vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, and vtkVolumeRayCastMapper.

Definition at line 89 of file vtkAbstractVolumeMapper.h.


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