17 #ifndef ABSTRACTOVERLAYLAYOUTER_H
18 #define ABSTRACTOVERLAYLAYOUTER_H
22 #include <itkObject.h>
52 void RemoveOverlay(Overlay *Overlay);
55 std::string GetIdentifier()
const;
60 virtual void PrepareLayout() = 0;
70 std::list<mitk::Overlay *> GetManagedOverlays()
const;
83 std::list<mitk::Overlay *> m_ManagedOverlays;
93 #endif // ABSTRACTOVERLAYLAYOUTER_H
Organizes the rendering process.
DataCollection - Class to facilitate loading/accessing structured data.
std::string m_Identifier
A unique identifier for one specific kind of layouter.
#define mitkClassMacroItkParent(className, SuperClassName)
Baseclass of Overlay layouters.
Base class for all overlays.