VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkUnstructuredGridVolumeMapper Class Reference

Abstract class for a unstructured grid volume mapper. More...

#include <vtkUnstructuredGridVolumeMapper.h>

Inheritance diagram for vtkUnstructuredGridVolumeMapper:
Inheritance graph
[legend]
Collaboration diagram for vtkUnstructuredGridVolumeMapper:
Collaboration graph
[legend]

List of all members.

Public Types

enum  { COMPOSITE_BLEND, MAXIMUM_INTENSITY_BLEND }
typedef vtkAbstractVolumeMapper Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkUnstructuredGridVolumeMapperNewInstance () const
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 SetInputData (vtkUnstructuredGrid *)
virtual void SetInputData (vtkDataSet *)
vtkUnstructuredGridGetInput ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkUnstructuredGridVolumeMapper
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkUnstructuredGridVolumeMapper ()
 ~vtkUnstructuredGridVolumeMapper ()
virtual int FillInputPortInformation (int, vtkInformation *)

Protected Attributes

int BlendMode

Detailed Description

Abstract class for a unstructured grid volume mapper.

vtkUnstructuredGridVolumeMapper is the abstract definition of a volume mapper for unstructured data (vtkUnstructuredGrid). Several basic types of volume mappers are supported as subclasses

See also:
vtkUnstructuredGridVolumeRayCastMapper

Definition at line 39 of file vtkUnstructuredGridVolumeMapper.h.


Member Typedef Documentation


Member Enumeration Documentation

anonymous enum
Enumerator:
COMPOSITE_BLEND 
MAXIMUM_INTENSITY_BLEND 

Definition at line 72 of file vtkUnstructuredGridVolumeMapper.h.


Constructor & Destructor Documentation


Member Function Documentation

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, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkProjectedAAHexahedraMapper, vtkOpenGLProjectedAAHexahedraMapper, and vtkOpenGLProjectedTetrahedraMapper.

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, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkProjectedAAHexahedraMapper, vtkOpenGLProjectedAAHexahedraMapper, and vtkOpenGLProjectedTetrahedraMapper.

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, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedAAHexahedraMapper, and vtkOpenGLProjectedTetrahedraMapper.

Set/Get the input data

Set/Get the input data

Set/Get the input data

virtual void vtkUnstructuredGridVolumeMapper::SetBlendMode ( int  ) [virtual]

Definition at line 53 of file vtkUnstructuredGridVolumeMapper.h.

Definition at line 55 of file vtkUnstructuredGridVolumeMapper.h.

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 vtkUnstructuredGridVolumeZSweepMapper, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedAAHexahedraMapper, and vtkOpenGLProjectedTetrahedraMapper.

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 vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedAAHexahedraMapper, and vtkOpenGLProjectedTetrahedraMapper.

Definition at line 70 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.


Member Data Documentation

Definition at line 84 of file vtkUnstructuredGridVolumeMapper.h.


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