#include <vtkAbstractVolumeMapper.h>
Inheritance diagram for vtkAbstractVolumeMapper:
vtkAbstractVolumeMapper is the abstract definition of a volume mapper. Specific subclasses deal with different specific types of data input
Definition at line 36 of file vtkAbstractVolumeMapper.h.
Public Types | |
typedef vtkAbstractMapper3D | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | Render (vtkRenderer *ren, vtkVolume *vol)=0 |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetInput (vtkDataSet *) |
vtkDataSet * | GetDataSetInput () |
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 | |
static int | IsTypeOf (const char *type) |
static vtkAbstractVolumeMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkAbstractVolumeMapper () | |
~vtkAbstractVolumeMapper () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
|
|
|
|
|
|
|
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 vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D. |
|
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 vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D. |
|
|
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 vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D. |
|
Set/Get the input data Reimplemented in vtkUnstructuredGridVolumeMapper, and vtkVolumeMapper. |
|
|
|
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). Implements vtkAbstractMapper3D. |
|
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). Reimplemented from vtkAbstractMapper3D. Definition at line 52 of file vtkAbstractVolumeMapper.h. References vtkAbstractMapper3D::GetBounds(). |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Reimplemented in vtkVolumeRayCastMapper, and vtkVolumeTextureMapper. Definition at line 59 of file vtkAbstractVolumeMapper.h. Referenced by vtkVolumeTextureMapper::GetGradientMagnitudeScale(), and vtkVolumeRayCastMapper::GetGradientMagnitudeScale(). |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Reimplemented in vtkVolumeRayCastMapper, and vtkVolumeTextureMapper. Definition at line 60 of file vtkAbstractVolumeMapper.h. Referenced by vtkVolumeTextureMapper::GetGradientMagnitudeBias(), and vtkVolumeRayCastMapper::GetGradientMagnitudeBias(). |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Reimplemented in vtkVolumeRayCastMapper, and vtkVolumeTextureMapper. Definition at line 61 of file vtkAbstractVolumeMapper.h. |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Reimplemented in vtkVolumeRayCastMapper, and vtkVolumeTextureMapper. Definition at line 62 of file vtkAbstractVolumeMapper.h. |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Render the volume Implemented in vtkUnstructuredGridVolumeZSweepMapper, vtkFixedPointVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, and vtkVolumeTextureMapper3D. |
|
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 vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, and vtkVolumeRayCastMapper. Definition at line 74 of file vtkAbstractVolumeMapper.h. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. Reimplemented in vtkUnstructuredGridVolumeMapper, and vtkVolumeMapper. |