The AnnotationUtils class provides static functions for accsessing registered AnnotationRenderers and Annotations.
More...
#include <mitkAnnotationUtils.h>
The AnnotationUtils class provides static functions for accsessing registered AnnotationRenderers and Annotations.
Definition at line 33 of file mitkAnnotationUtils.h.
◆ AnnotationRendererServices
◆ AnnotationUtils()
mitk::AnnotationUtils::AnnotationUtils |
( |
| ) |
|
◆ ~AnnotationUtils()
mitk::AnnotationUtils::~AnnotationUtils |
( |
| ) |
|
◆ BaseRendererChanged()
static void mitk::AnnotationUtils::BaseRendererChanged |
( |
BaseRenderer * |
renderer | ) |
|
|
static |
◆ GetAnnotation()
static mitk::Annotation* mitk::AnnotationUtils::GetAnnotation |
( |
const std::string & |
AnnotationID | ) |
|
|
static |
GetAnnotation returns a registered Annotation for a specified ID.
- Parameters
-
- Returns
◆ GetAnnotationRenderer() [1/2]
static AbstractAnnotationRenderer* mitk::AnnotationUtils::GetAnnotationRenderer |
( |
const std::string & |
arTypeID, |
|
|
const std::string & |
rendererID |
|
) |
| |
|
static |
GetAnnotationRenderer returns a registered AnnotationRenderer of a specific type and for a BaseRenderer.
- Parameters
-
arTypeID | name specifier of the AnnotationRenderer |
rendererID | name specifier of the BaseRenderer |
- Returns
◆ GetAnnotationRenderer() [2/2]
GetAnnotationRenderer returns a list of registered AnnotationRenderers for a specified BaseRenderer.
- Parameters
-
- Returns
◆ RegisterAnnotationRenderer()
RegisterAnnotationRenderer registers an AnnotationRenderer as a microservice and saves a reference to it in a local static list.
- Parameters
-
◆ UpdateAnnotationRenderer()
static void mitk::AnnotationUtils::UpdateAnnotationRenderer |
( |
const std::string & |
rendererID | ) |
|
|
static |
The documentation for this class was generated from the following file: