#include <vtkUnstructuredGridVolumeMapper.h>
vtkUnstructuredGridVolumeMapper is the abstract definition of a volume mapper for unstructured data (vtkUnstructuredGrid). Several basic types of volume mappers are supported as subclasses
Definition at line 38 of file vtkUnstructuredGridVolumeMapper.h.
Public Types | |
enum | { COMPOSITE_BLEND, MAXIMUM_INTENSITY_BLEND } |
typedef vtkAbstractVolumeMapper | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetBlendMode (int) |
void | SetBlendModeToComposite () |
void | SetBlendModeToMaximumIntensity () |
virtual int | GetBlendMode () |
virtual void | Render (vtkRenderer *ren, vtkVolume *vol)=0 |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
virtual void | SetInput (vtkUnstructuredGrid *) |
virtual void | SetInput (vtkDataSet *) |
vtkUnstructuredGrid * | GetInput () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkUnstructuredGridVolumeMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkUnstructuredGridVolumeMapper () | |
~vtkUnstructuredGridVolumeMapper () | |
virtual int | FillInputPortInformation (int, vtkInformation *) |
Protected Attributes | |
int | BlendMode |
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkMesaProjectedTetrahedraMapper, vtkOpenGLHAVSVolumeMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.
Definition at line 41 of file vtkUnstructuredGridVolumeMapper.h.
anonymous enum |
Definition at line 71 of file vtkUnstructuredGridVolumeMapper.h.
vtkUnstructuredGridVolumeMapper::vtkUnstructuredGridVolumeMapper | ( | ) | [protected] |
vtkUnstructuredGridVolumeMapper::~vtkUnstructuredGridVolumeMapper | ( | ) | [protected] |
virtual const char* vtkUnstructuredGridVolumeMapper::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkMesaProjectedTetrahedraMapper, vtkOpenGLHAVSVolumeMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.
static int vtkUnstructuredGridVolumeMapper::IsTypeOf | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkMesaProjectedTetrahedraMapper, vtkOpenGLHAVSVolumeMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.
virtual int vtkUnstructuredGridVolumeMapper::IsA | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkMesaProjectedTetrahedraMapper, vtkOpenGLHAVSVolumeMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.
static vtkUnstructuredGridVolumeMapper* vtkUnstructuredGridVolumeMapper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkMesaProjectedTetrahedraMapper, vtkOpenGLHAVSVolumeMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.
void vtkUnstructuredGridVolumeMapper::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 vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkMesaProjectedTetrahedraMapper, vtkOpenGLHAVSVolumeMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.
virtual void vtkUnstructuredGridVolumeMapper::SetInput | ( | vtkUnstructuredGrid * | ) | [virtual] |
Set/Get the input data
virtual void vtkUnstructuredGridVolumeMapper::SetInput | ( | vtkDataSet * | ) | [virtual] |
Set/Get the input data
Reimplemented from vtkAbstractVolumeMapper.
vtkUnstructuredGrid* vtkUnstructuredGridVolumeMapper::GetInput | ( | ) |
Set/Get the input data
virtual void vtkUnstructuredGridVolumeMapper::SetBlendMode | ( | int | ) | [virtual] |
void vtkUnstructuredGridVolumeMapper::SetBlendModeToComposite | ( | ) | [inline] |
Definition at line 52 of file vtkUnstructuredGridVolumeMapper.h.
void vtkUnstructuredGridVolumeMapper::SetBlendModeToMaximumIntensity | ( | ) | [inline] |
Definition at line 54 of file vtkUnstructuredGridVolumeMapper.h.
virtual int vtkUnstructuredGridVolumeMapper::GetBlendMode | ( | ) | [virtual] |
virtual void vtkUnstructuredGridVolumeMapper::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
Implements vtkAbstractVolumeMapper.
Implemented in vtkMesaProjectedTetrahedraMapper, vtkOpenGLHAVSVolumeMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkOpenGLProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.
virtual void vtkUnstructuredGridVolumeMapper::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 vtkAbstractVolumeMapper.
Reimplemented in vtkMesaProjectedTetrahedraMapper, vtkOpenGLHAVSVolumeMapper, vtkOpenGLProjectedAAHexahedraMapper, vtkOpenGLProjectedTetrahedraMapper, and vtkUnstructuredGridVolumeRayCastMapper.
Definition at line 69 of file vtkUnstructuredGridVolumeMapper.h.
virtual int vtkUnstructuredGridVolumeMapper::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
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 vtkAbstractVolumeMapper.
Reimplemented in vtkOpenGLHAVSVolumeMapper.
int vtkUnstructuredGridVolumeMapper::BlendMode [protected] |
Definition at line 83 of file vtkUnstructuredGridVolumeMapper.h.