#include <vtkUnstructuredGridVolumeMapper.h>
Inheritance diagram for vtkUnstructuredGridVolumeMapper:
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 | |
typedef vtkAbstractVolumeMapper | Superclass |
enum | { COMPOSITE_BLEND, MAXIMUM_INTENSITY_BLEND } |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetBlendMode (int) |
void | SetBlendModeToComposite () |
void | SetBlendModeToMaximumIntensity () |
virtual int | GetBlendMode () |
virtual void | Render (vtkRenderer *ren, vtkVolume *vol)=0 |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
void | PrintSelf (ostream &os, vtkIndent indent) |
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 vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper. Definition at line 41 of file vtkUnstructuredGridVolumeMapper.h. |
|
Definition at line 71 of file vtkUnstructuredGridVolumeMapper.h. |
|
|
|
|
|
Reimplemented from vtkAbstractVolumeMapper. Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper. |
|
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 vtkAbstractVolumeMapper. Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper. |
|
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 vtkAbstractVolumeMapper. Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper. |
|
Reimplemented from vtkAbstractVolumeMapper. Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper. |
|
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 vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper. |
|
Set/Get the input data |
|
Set/Get the input data Reimplemented from vtkAbstractVolumeMapper. |
|
|
|
|
|
Definition at line 52 of file vtkUnstructuredGridVolumeMapper.h. References COMPOSITE_BLEND. |
|
Definition at line 54 of file vtkUnstructuredGridVolumeMapper.h. References MAXIMUM_INTENSITY_BLEND. |
|
|
|
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 vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper. |
|
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 vtkProjectedTetrahedraMapper, and vtkUnstructuredGridVolumeRayCastMapper. Definition at line 69 of file vtkUnstructuredGridVolumeMapper.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 vtkAbstractVolumeMapper. |
|
Definition at line 83 of file vtkUnstructuredGridVolumeMapper.h. |