VTK
|
Abstract class for a unstructured grid volume mapper. More...
#include <vtkUnstructuredGridVolumeMapper.h>
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
Definition at line 39 of file vtkUnstructuredGridVolumeMapper.h.
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, and vtkOpenGLProjectedAAHexahedraMapper.
Definition at line 42 of file vtkUnstructuredGridVolumeMapper.h.
anonymous enum |
Definition at line 72 of file vtkUnstructuredGridVolumeMapper.h.
vtkUnstructuredGridVolumeMapper::vtkUnstructuredGridVolumeMapper | ( | ) | [protected] |
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, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, and vtkOpenGLProjectedAAHexahedraMapper.
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, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, and vtkOpenGLProjectedAAHexahedraMapper.
static vtkUnstructuredGridVolumeMapper* vtkUnstructuredGridVolumeMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, and vtkOpenGLProjectedAAHexahedraMapper.
virtual vtkObjectBase* vtkUnstructuredGridVolumeMapper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, and vtkOpenGLProjectedAAHexahedraMapper.
Reimplemented from vtkAbstractVolumeMapper.
Reimplemented in vtkHAVSVolumeMapper, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeZSweepMapper, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, and vtkOpenGLProjectedAAHexahedraMapper.
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, vtkOpenGLProjectedTetrahedraMapper, vtkProjectedAAHexahedraMapper, vtkUnstructuredGridVolumeRayCastMapper, and vtkOpenGLProjectedAAHexahedraMapper.
virtual void vtkUnstructuredGridVolumeMapper::SetInputData | ( | vtkUnstructuredGridBase * | ) | [virtual] |
Set/Get the input data
virtual void vtkUnstructuredGridVolumeMapper::SetInputData | ( | vtkDataSet * | ) | [virtual] |
Set/Get the input data
Set/Get the input data
virtual void vtkUnstructuredGridVolumeMapper::SetBlendMode | ( | int | ) | [virtual] |
void vtkUnstructuredGridVolumeMapper::SetBlendModeToComposite | ( | ) | [inline] |
Definition at line 53 of file vtkUnstructuredGridVolumeMapper.h.
void vtkUnstructuredGridVolumeMapper::SetBlendModeToMaximumIntensity | ( | ) | [inline] |
Definition at line 55 of file vtkUnstructuredGridVolumeMapper.h.
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, vtkOpenGLHAVSVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkOpenGLProjectedAAHexahedraMapper, and vtkOpenGLProjectedTetrahedraMapper.
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 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.
int vtkUnstructuredGridVolumeMapper::BlendMode [protected] |
Definition at line 84 of file vtkUnstructuredGridVolumeMapper.h.