13 #ifndef mitkAnnotationUtils_h 14 #define mitkAnnotationUtils_h 25 class AbstractAnnotationRenderer;
47 const std::string &rendererID);
61 static std::vector<AbstractAnnotationRenderer *> GetAnnotationRenderer(
const std::string &rendererID);
68 static void UpdateAnnotationRenderer(
const std::string &rendererID);
88 static void RenderWindowCallback(vtkObject *caller,
unsigned long,
void *,
void *);
Organizes the rendering process.
DataCollection - Class to facilitate loading/accessing structured data.
std::vector< std::unique_ptr< AbstractAnnotationRenderer > > AnnotationRendererServices
Baseclass of Annotation layouters An AbstractAnnotationRenderer can be implemented to control a set o...
Base class for all Annotation This class is to be implemented in order to create Annotation which are...
The AnnotationUtils class provides static functions for accsessing registered AnnotationRenderers and...