13 #ifndef ABSTRACTANNOTATIONRENDERER_H 14 #define ABSTRACTANNOTATIONRENDERER_H 40 const std::string GetID()
const;
41 const std::string GetRendererID()
const;
43 void CurrentBaseRendererChanged();
46 void RemoveAllAnnotation();
69 virtual void OnAnnotationRenderersChanged() {}
70 const std::string m_RendererID;
71 const std::string m_ID;
78 #endif // ABSTRACTANNOTATIONRENDERER_H #define MITK_DECLARE_SERVICE_INTERFACE(IFace, IId)
static const std::string US_PROPKEY_RENDERER_ID
virtual void OnRenderWindowModified()
static const std::string US_INTERFACE_NAME
Organizes the rendering process.
static void Update(vtkPolyData *)
static const std::string US_PROPKEY_ID
DataCollection - Class to facilitate loading/accessing structured data.
Baseclass of Annotation layouters An AbstractAnnotationRenderer can be implemented to control a set o...
us::ServiceTracker< Annotation > Superclass