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

volume mapper for axis-aligned hexahedra More...

#include <vtkProjectedAAHexahedraMapper.h>

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

List of all members.

Public Types

typedef
vtkUnstructuredGridVolumeMapper 
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkProjectedAAHexahedraMapperNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)
virtual bool IsRenderSupported (vtkRenderWindow *w)=0
virtual void SetVisibilitySort (vtkVisibilitySort *sort)
virtual vtkVisibilitySortGetVisibilitySort ()

Static Public Member Functions

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

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkProjectedAAHexahedraMapper ()
 ~vtkProjectedAAHexahedraMapper ()
virtual void ReportReferences (vtkGarbageCollector *collector)

Protected Attributes

vtkVisibilitySortVisibilitySort

Detailed Description

volume mapper for axis-aligned hexahedra

High quality volume renderer for axis-aligned hexahedra

Implementation:
Implementation by Stephane Marchesin (steph.nosp@m.ane..nosp@m.march.nosp@m.esin.nosp@m.@gmai.nosp@m.l.co.nosp@m.m) CEA/DIF - Commissariat a l'Energie Atomique, Centre DAM Ile-De-France BP12, F-91297 Arpajon, France.
Implementation:
This mapper implements the paper "High-Quality, Semi-Analytical Volume Rendering for AMR Data", Stephane Marchesin and Guillaume Colin de Verdiere, IEEE Vis 2009.
Tests:
vtkProjectedAAHexahedraMapper (Tests)

Definition at line 47 of file vtkProjectedAAHexahedraMapper.h.


Member Typedef Documentation

Reimplemented from vtkUnstructuredGridVolumeMapper.

Reimplemented in vtkOpenGLProjectedAAHexahedraMapper.

Definition at line 51 of file vtkProjectedAAHexahedraMapper.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkProjectedAAHexahedraMapper::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 vtkUnstructuredGridVolumeMapper.

Reimplemented in vtkOpenGLProjectedAAHexahedraMapper.

virtual int vtkProjectedAAHexahedraMapper::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 vtkUnstructuredGridVolumeMapper.

Reimplemented in vtkOpenGLProjectedAAHexahedraMapper.

virtual vtkObjectBase* vtkProjectedAAHexahedraMapper::NewInstanceInternal ( ) const [protected, virtual]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

Reimplemented in vtkOpenGLProjectedAAHexahedraMapper.

virtual void vtkProjectedAAHexahedraMapper::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 vtkUnstructuredGridVolumeMapper.

Reimplemented in vtkOpenGLProjectedAAHexahedraMapper.

Algorithm used to sort the cells according to viewpoint of the camera. Initial value is a vtkCellCenterDepthSort object.

Algorithm used to sort the cells according to viewpoint of the camera. Initial value is a vtkCellCenterDepthSort object.

Check if the required OpenGL extensions are supported by the OpenGL context attached to the render window `w'.

Implemented in vtkOpenGLProjectedAAHexahedraMapper.

virtual void vtkProjectedAAHexahedraMapper::ReportReferences ( vtkGarbageCollector collector) [protected, virtual]

The visibility sort will probably make a reference loop by holding a reference to the input.

Reimplemented from vtkAlgorithm.


Member Data Documentation

Definition at line 74 of file vtkProjectedAAHexahedraMapper.h.


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