Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | 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
Created by:
  • Avila, Lisa
CVS contributions (if > 5%):
  • Avila, Lisa (84%)
  • Martin, Ken (9%)
  • King, Brad (6%)
CVS logs (CVSweb):
  • .h (/Rendering/vtkUnstructuredGridVolumeMapper.h)
  • .cxx (/Rendering/vtkUnstructuredGridVolumeMapper.cxx)

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

Static Public Member Functions

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

Protected Member Functions

 vtkUnstructuredGridVolumeMapper ()
 ~vtkUnstructuredGridVolumeMapper ()

Protected Attributes

int BlendMode


Member Typedef Documentation

typedef vtkAbstractVolumeMapper vtkUnstructuredGridVolumeMapper::Superclass
 

Reimplemented from vtkAbstractVolumeMapper.

Reimplemented in vtkUnstructuredGridVolumeRayCastMapper.

Definition at line 53 of file vtkUnstructuredGridVolumeMapper.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
COMPOSITE_BLEND 
MAXIMUM_INTENSITY_BLEND 

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

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 vtkUnstructuredGridVolumeRayCastMapper.

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 vtkUnstructuredGridVolumeRayCastMapper.

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

Reimplemented from vtkAbstractVolumeMapper.

Reimplemented in vtkUnstructuredGridVolumeRayCastMapper.

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 vtkUnstructuredGridVolumeRayCastMapper.

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 64 of file vtkUnstructuredGridVolumeMapper.h.

References COMPOSITE_BLEND.

void vtkUnstructuredGridVolumeMapper::SetBlendModeToMaximumIntensity  )  [inline]
 

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

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 vtkUnstructuredGridVolumeRayCastMapper.

Definition at line 81 of file vtkUnstructuredGridVolumeMapper.h.


Member Data Documentation

int vtkUnstructuredGridVolumeMapper::BlendMode [protected]
 

Definition at line 95 of file vtkUnstructuredGridVolumeMapper.h.


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