Base class of all mappers for 3D display. More...
#include <mitkMapper3D.h>
Public Types | |
typedef Mapper3D | Self |
typedef Mapper | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
Protected Member Functions | |
Mapper3D () | |
virtual | ~Mapper3D () |
Base class of all mappers for 3D display.
Definition at line 29 of file mitkMapper3D.h.
typedef itk::SmartPointer<const Self> mitk::Mapper3D::ConstPointer |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataVtkMapper3D, mitk::PointSetVtkMapper3D, mitk::SurfaceVtkMapper3D, mitk::VolumeDataVtkMapper3D, mitk::VtkMapper3D, mitk::VectorImageVtkGlyphMapper3D, mitk::ContourSetVtkMapper3D, mitk::ContourVtkMapper3D, mitk::EnhancedPointSetVtkMapper3D, mitk::GPUVolumeMapper3D, mitk::LineVtkMapper3D, mitk::MeshVtkMapper3D, mitk::PointDataVtkMapper3D, mitk::SplineVtkMapper3D, and mitk::UnstructuredGridVtkMapper3D.
Definition at line 32 of file mitkMapper3D.h.
typedef itk::SmartPointer<Self> mitk::Mapper3D::Pointer |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataVtkMapper3D, mitk::PointSetVtkMapper3D, mitk::SurfaceVtkMapper3D, mitk::VolumeDataVtkMapper3D, mitk::VtkMapper3D, mitk::VectorImageVtkGlyphMapper3D, mitk::ContourSetVtkMapper3D, mitk::ContourVtkMapper3D, mitk::EnhancedPointSetVtkMapper3D, mitk::GPUVolumeMapper3D, mitk::LineVtkMapper3D, mitk::MeshVtkMapper3D, mitk::PointDataVtkMapper3D, mitk::SplineVtkMapper3D, and mitk::UnstructuredGridVtkMapper3D.
Definition at line 32 of file mitkMapper3D.h.
typedef Mapper3D mitk::Mapper3D::Self |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataVtkMapper3D, mitk::PointSetVtkMapper3D, mitk::SurfaceVtkMapper3D, mitk::VolumeDataVtkMapper3D, mitk::VtkMapper3D, mitk::VectorImageVtkGlyphMapper3D, mitk::ContourSetVtkMapper3D, mitk::ContourVtkMapper3D, mitk::EnhancedPointSetVtkMapper3D, mitk::GPUVolumeMapper3D, mitk::LineVtkMapper3D, mitk::MeshVtkMapper3D, mitk::PointDataVtkMapper3D, mitk::SplineVtkMapper3D, and mitk::UnstructuredGridVtkMapper3D.
Definition at line 32 of file mitkMapper3D.h.
typedef Mapper mitk::Mapper3D::Superclass |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataVtkMapper3D, mitk::PointSetVtkMapper3D, mitk::SurfaceVtkMapper3D, mitk::VolumeDataVtkMapper3D, mitk::VtkMapper3D, mitk::VectorImageVtkGlyphMapper3D, mitk::ContourSetVtkMapper3D, mitk::ContourVtkMapper3D, mitk::EnhancedPointSetVtkMapper3D, mitk::GPUVolumeMapper3D, mitk::LineVtkMapper3D, mitk::MeshVtkMapper3D, mitk::PointDataVtkMapper3D, mitk::SplineVtkMapper3D, and mitk::UnstructuredGridVtkMapper3D.
Definition at line 32 of file mitkMapper3D.h.
mitk::Mapper3D::Mapper3D | ( | ) | [protected] |
Definition at line 21 of file mitkMapper3D.cpp.
{ }
mitk::Mapper3D::~Mapper3D | ( | ) | [protected, virtual] |
Definition at line 25 of file mitkMapper3D.cpp.
{ }
virtual const char* mitk::Mapper3D::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataVtkMapper3D, mitk::PointSetVtkMapper3D, mitk::SurfaceVtkMapper3D, mitk::VolumeDataVtkMapper3D, mitk::VtkMapper3D, mitk::VectorImageVtkGlyphMapper3D, mitk::ContourSetVtkMapper3D, mitk::ContourVtkMapper3D, mitk::EnhancedPointSetVtkMapper3D, mitk::GPUVolumeMapper3D, mitk::LineVtkMapper3D, mitk::MeshVtkMapper3D, mitk::PointDataVtkMapper3D, mitk::SplineVtkMapper3D, and mitk::UnstructuredGridVtkMapper3D.