Base class of all vtk-based 2D-Mappers. More...
#include <mitkVtkMapper2D.h>


Public Types | |
| typedef VtkMapper2D | Self |
| typedef Mapper2D | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual vtkProp * | GetProp (mitk::BaseRenderer *renderer)=0 |
Protected Member Functions | |
| VtkMapper2D () | |
| virtual | ~VtkMapper2D () |
Base class of all vtk-based 2D-Mappers.
Those must implement the abstract method vtkProp* GetProp().
Definition at line 34 of file mitkVtkMapper2D.h.
| typedef itk::SmartPointer<const Self> mitk::VtkMapper2D::ConstPointer |
Reimplemented from mitk::Mapper2D.
Reimplemented in mitk::CompositeMapper, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, and mitk::OdfVtkMapper2D< float, 252 >.
Definition at line 37 of file mitkVtkMapper2D.h.
| typedef itk::SmartPointer<Self> mitk::VtkMapper2D::Pointer |
Reimplemented from mitk::Mapper2D.
Reimplemented in mitk::CompositeMapper, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, and mitk::OdfVtkMapper2D< float, 252 >.
Definition at line 37 of file mitkVtkMapper2D.h.
| typedef VtkMapper2D mitk::VtkMapper2D::Self |
Reimplemented from mitk::Mapper2D.
Reimplemented in mitk::CompositeMapper, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, and mitk::OdfVtkMapper2D< float, 252 >.
Definition at line 37 of file mitkVtkMapper2D.h.
Reimplemented from mitk::Mapper2D.
Reimplemented in mitk::CompositeMapper, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, and mitk::OdfVtkMapper2D< float, 252 >.
Definition at line 37 of file mitkVtkMapper2D.h.
| mitk::VtkMapper2D::VtkMapper2D | ( | ) | [protected] |
Definition at line 21 of file mitkVtkMapper2D.cpp.
References mitk::Mapper::m_VtkBased.
{
m_VtkBased = true;
}
| mitk::VtkMapper2D::~VtkMapper2D | ( | ) | [protected, virtual] |
Definition at line 27 of file mitkVtkMapper2D.cpp.
{
}
| virtual const char* mitk::VtkMapper2D::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::Mapper2D.
Reimplemented in mitk::CompositeMapper, mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >, and mitk::OdfVtkMapper2D< float, 252 >.
| virtual vtkProp* mitk::VtkMapper2D::GetProp | ( | mitk::BaseRenderer * | renderer ) | [pure virtual] |
1.7.2