Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkUnstructuredGridVolumeMapper Class Reference

#include <vtkUnstructuredGridVolumeMapper.h>

Inheritance diagram for vtkUnstructuredGridVolumeMapper:

Inheritance graph
[legend]
Collaboration diagram for vtkUnstructuredGridVolumeMapper:

Collaboration graph
[legend]
List of all members.

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 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 *)
vtkUnstructuredGridGetInput ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkUnstructuredGridVolumeMapperSafeDownCast (vtkObject *o)

Protected Member Functions

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

Protected Attributes

int BlendMode


Member Typedef Documentation

typedef vtkAbstractVolumeMapper vtkUnstructuredGridVolumeMapper::Superclass
 

Reimplemented from vtkAbstractVolumeMapper.

Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.

Definition at line 41 of file vtkUnstructuredGridVolumeMapper.h.


Member Enumeration Documentation

anonymous enum
 

Enumerator:
COMPOSITE_BLEND 
MAXIMUM_INTENSITY_BLEND 

Definition at line 71 of file vtkUnstructuredGridVolumeMapper.h.


Constructor & Destructor Documentation

vtkUnstructuredGridVolumeMapper::vtkUnstructuredGridVolumeMapper  )  [protected]
 

vtkUnstructuredGridVolumeMapper::~vtkUnstructuredGridVolumeMapper  )  [protected]
 


Member Function Documentation

virtual const char* vtkUnstructuredGridVolumeMapper::GetClassName  )  [virtual]
 

Reimplemented from vtkAbstractVolumeMapper.

Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.

static int vtkUnstructuredGridVolumeMapper::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkAbstractVolumeMapper.

Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.

virtual int vtkUnstructuredGridVolumeMapper::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkAbstractVolumeMapper.

Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkUnstructuredGridVolumeZSweepMapper.

static vtkUnstructuredGridVolumeMapper* vtkUnstructuredGridVolumeMapper::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkAbstractVolumeMapper.

Reimplemented in vtkUnstructuredGridVolumeZSweepMapper, 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 vtkUnstructuredGridVolumeZSweepMapper, 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  ) 
 

virtual void vtkUnstructuredGridVolumeMapper::SetBlendMode int   )  [virtual]
 

void vtkUnstructuredGridVolumeMapper::SetBlendModeToComposite  )  [inline]
 

Definition at line 52 of file vtkUnstructuredGridVolumeMapper.h.

References COMPOSITE_BLEND.

void vtkUnstructuredGridVolumeMapper::SetBlendModeToMaximumIntensity  )  [inline]
 

Definition at line 54 of file vtkUnstructuredGridVolumeMapper.h.

References MAXIMUM_INTENSITY_BLEND.

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 vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, 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 vtkProjectedTetrahedraMapper, and vtkUnstructuredGridVolumeRayCastMapper.

Definition at line 69 of file vtkUnstructuredGridVolumeMapper.h.

virtual int vtkUnstructuredGridVolumeMapper::FillInputPortInformation int  ,
vtkInformation
[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.


Member Data Documentation

int vtkUnstructuredGridVolumeMapper::BlendMode [protected]
 

Definition at line 83 of file vtkUnstructuredGridVolumeMapper.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 22 00:27:09 2008 for VTK by  doxygen 1.4.3-20050530