Base class of all Mappers for 2D display. More...
#include <mitkMapper2D.h>
Public Types | |
typedef Mapper2D | Self |
typedef Mapper | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual void | SetGeometry3D (const mitk::Geometry3D *aGeometry3D) |
Set Geometry3D containing the all possible Geometry2D that may be requested for mapping. | |
Protected Member Functions | |
Mapper2D () | |
virtual | ~Mapper2D () |
Protected Attributes | |
Geometry3D::ConstPointer | m_Geometry3D |
Set Geometry3D containing the all possible Geometry2D that may be requested for mapping. |
Base class of all Mappers for 2D display.
Base class of all Mappers for 2D display, i.e., a frontal view on a plane display area, so nothing rotated in 3D space as, e.g., a plane in 3D space (such things are done by subclasses of Mapper3D).
Definition at line 36 of file mitkMapper2D.h.
typedef itk::SmartPointer<const Self> mitk::Mapper2D::ConstPointer |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataMapper2D, mitk::ImageMapperGL2D, mitk::PointSetGLMapper2D, mitk::PolyDataGLMapper2D, mitk::SurfaceGLMapper2D, mitk::VtkMapper2D, mitk::CopyImageMapper2D, mitk::CompositeMapper, mitk::DiffusionImageMapper< TPixelType >, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, mitk::ContourMapper2D, mitk::ContourSetMapper2D, mitk::LineMapper2D, mitk::MeshMapper2D, mitk::SplineMapper2D, mitk::UnstructuredGridMapper2D, mitk::VectorImageMapper2D, mitk::PlanarFigureMapper2D, and mitk::OdfVtkMapper2D< float, 252 >.
Definition at line 39 of file mitkMapper2D.h.
typedef itk::SmartPointer<Self> mitk::Mapper2D::Pointer |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataMapper2D, mitk::ImageMapperGL2D, mitk::PointSetGLMapper2D, mitk::PolyDataGLMapper2D, mitk::SurfaceGLMapper2D, mitk::VtkMapper2D, mitk::CopyImageMapper2D, mitk::CompositeMapper, mitk::DiffusionImageMapper< TPixelType >, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, mitk::ContourMapper2D, mitk::ContourSetMapper2D, mitk::LineMapper2D, mitk::MeshMapper2D, mitk::SplineMapper2D, mitk::UnstructuredGridMapper2D, mitk::VectorImageMapper2D, mitk::PlanarFigureMapper2D, and mitk::OdfVtkMapper2D< float, 252 >.
Definition at line 39 of file mitkMapper2D.h.
typedef Mapper2D mitk::Mapper2D::Self |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataMapper2D, mitk::ImageMapperGL2D, mitk::PointSetGLMapper2D, mitk::PolyDataGLMapper2D, mitk::SurfaceGLMapper2D, mitk::VtkMapper2D, mitk::CopyImageMapper2D, mitk::CompositeMapper, mitk::DiffusionImageMapper< TPixelType >, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, mitk::ContourMapper2D, mitk::ContourSetMapper2D, mitk::LineMapper2D, mitk::MeshMapper2D, mitk::SplineMapper2D, mitk::UnstructuredGridMapper2D, mitk::VectorImageMapper2D, mitk::PlanarFigureMapper2D, and mitk::OdfVtkMapper2D< float, 252 >.
Definition at line 39 of file mitkMapper2D.h.
typedef Mapper mitk::Mapper2D::Superclass |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataMapper2D, mitk::ImageMapperGL2D, mitk::PointSetGLMapper2D, mitk::PolyDataGLMapper2D, mitk::SurfaceGLMapper2D, mitk::VtkMapper2D, mitk::CopyImageMapper2D, mitk::CompositeMapper, mitk::DiffusionImageMapper< TPixelType >, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, mitk::ContourMapper2D, mitk::ContourSetMapper2D, mitk::LineMapper2D, mitk::MeshMapper2D, mitk::SplineMapper2D, mitk::UnstructuredGridMapper2D, mitk::VectorImageMapper2D, mitk::PlanarFigureMapper2D, and mitk::OdfVtkMapper2D< float, 252 >.
Definition at line 39 of file mitkMapper2D.h.
mitk::Mapper2D::Mapper2D | ( | ) | [protected] |
Definition at line 21 of file mitkMapper2D.cpp.
{ }
mitk::Mapper2D::~Mapper2D | ( | ) | [protected, virtual] |
Definition at line 25 of file mitkMapper2D.cpp.
{ }
virtual const char* mitk::Mapper2D::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::Mapper.
Reimplemented in mitk::Geometry2DDataMapper2D, mitk::ImageMapperGL2D, mitk::PointSetGLMapper2D, mitk::PolyDataGLMapper2D, mitk::SurfaceGLMapper2D, mitk::VtkMapper2D, mitk::CopyImageMapper2D, mitk::CompositeMapper, mitk::DiffusionImageMapper< TPixelType >, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, mitk::ContourMapper2D, mitk::ContourSetMapper2D, mitk::LineMapper2D, mitk::MeshMapper2D, mitk::SplineMapper2D, mitk::UnstructuredGridMapper2D, mitk::VectorImageMapper2D, mitk::PlanarFigureMapper2D, and mitk::OdfVtkMapper2D< float, 252 >.
void mitk::Mapper2D::SetGeometry3D | ( | const mitk::Geometry3D * | aGeometry3D ) | [virtual] |
Set Geometry3D containing the all possible Geometry2D that may be requested for mapping.
Reimplemented in mitk::CompositeMapper.
Definition at line 29 of file mitkMapper2D.cpp.
Referenced by mitk::CompositeMapper::SetGeometry3D().
{ m_Geometry3D = aGeometry3D; Modified(); }
Geometry3D::ConstPointer mitk::Mapper2D::m_Geometry3D [protected] |
Set Geometry3D containing the all possible Geometry2D that may be requested for mapping.
Definition at line 57 of file mitkMapper2D.h.