#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 50 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) |
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 | |
int | IsTypeOf (const char *type) |
vtkUnstructuredGridVolumeMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkUnstructuredGridVolumeMapper () | |
~vtkUnstructuredGridVolumeMapper () | |
Protected Attributes | |
int | BlendMode |
|
Reimplemented from vtkAbstractVolumeMapper. Reimplemented in vtkUnstructuredGridVolumeRayCastMapper. Definition at line 53 of file vtkUnstructuredGridVolumeMapper.h. |
|
Definition at line 83 of file vtkUnstructuredGridVolumeMapper.h. |
|
|
|
|
|
Reimplemented from vtkAbstractVolumeMapper. Reimplemented in vtkUnstructuredGridVolumeRayCastMapper. |
|
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 vtkUnstructuredGridVolumeRayCastMapper. |
|
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 vtkUnstructuredGridVolumeRayCastMapper. |
|
Reimplemented from vtkAbstractVolumeMapper. Reimplemented in vtkUnstructuredGridVolumeRayCastMapper. |
|
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 vtkUnstructuredGridVolumeRayCastMapper. |
|
Set/Get the input data |
|
Set/Get the input data Reimplemented from vtkAbstractVolumeMapper. |
|
Set/Get the input data |
|
|
|
Definition at line 64 of file vtkUnstructuredGridVolumeMapper.h. References COMPOSITE_BLEND. |
|
Definition at line 66 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 vtkUnstructuredGridVolumeRayCastMapper. |
|
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 vtkUnstructuredGridVolumeRayCastMapper. Definition at line 81 of file vtkUnstructuredGridVolumeMapper.h. |
|
Definition at line 95 of file vtkUnstructuredGridVolumeMapper.h. |