Public Types | Public Member Functions | Protected Member Functions

mitk::VtkMapper2D Class Reference
[Mapper Classes]

Base class of all vtk-based 2D-Mappers. More...

#include <mitkVtkMapper2D.h>

Inheritance diagram for mitk::VtkMapper2D:
Inheritance graph
[legend]
Collaboration diagram for mitk::VtkMapper2D:
Collaboration graph
[legend]

List of all members.

Public Types

typedef VtkMapper2D Self
typedef Mapper2D Superclass
typedef itk::SmartPointer< SelfPointer
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 ()

Detailed Description

Base class of all vtk-based 2D-Mappers.

Those must implement the abstract method vtkProp* GetProp().

Definition at line 34 of file mitkVtkMapper2D.h.


Member Typedef Documentation

typedef itk::SmartPointer<const Self> mitk::VtkMapper2D::ConstPointer
typedef itk::SmartPointer<Self> mitk::VtkMapper2D::Pointer

Constructor & Destructor Documentation

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.

{
}

Member Function Documentation

virtual const char* mitk::VtkMapper2D::GetClassName (  ) const [virtual]
virtual vtkProp* mitk::VtkMapper2D::GetProp ( mitk::BaseRenderer renderer ) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines