Medical Imaging Interaction Toolkit
2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Groups
Namespace List
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
e
f
i
l
m
n
p
r
s
t
Typedefs
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
g
h
i
k
l
n
o
p
r
s
t
v
w
z
Class List
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
c
m
o
r
s
t
Related Functions
File List
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
m
o
p
q
r
s
t
u
v
x
Functions
_
e
h
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
m
o
p
q
r
s
u
v
x
Examples
Download
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkManualPlacementAnnotationRenderer.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#ifndef mitkManualPlacementAnnotationRenderer_h
14
#define mitkManualPlacementAnnotationRenderer_h
15
16
#include "
MitkAnnotationExports.h
"
17
#include "
mitkAbstractAnnotationRenderer.h
"
18
#include "
mitkAnnotation.h
"
19
20
namespace
mitk
21
{
22
class
BaseRenderer;
23
33
class
MITKANNOTATION_EXPORT
ManualPlacementAnnotationRenderer
:
public
AbstractAnnotationRenderer
34
{
35
public
:
37
~
ManualPlacementAnnotationRenderer
()
override
;
38
39
static
ManualPlacementAnnotationRenderer
*GetAnnotationRenderer(
const
std::string &rendererID);
40
41
static
void
AddAnnotation(
Annotation
*
Annotation
,
const
std::string &rendererID);
42
43
static
void
AddAnnotation(
Annotation
*
Annotation
,
BaseRenderer
*renderer);
44
45
private
:
46
ManualPlacementAnnotationRenderer
(
const
std::string &rendererId);
47
48
static
const
std::string ANNOTATIONRENDERER_ID;
49
};
50
51
}
// namespace mitk
52
53
#endif
mitk::ManualPlacementAnnotationRenderer
The ManualPlacementAnnotationRenderer is used for the simple placement of mitk::Annotation Objects.
Definition:
mitkManualPlacementAnnotationRenderer.h:33
mitk::Annotation
Base class for all Annotation This class is to be implemented in order to create Annotation which are...
Definition:
mitkAnnotation.h:27
mitkAnnotation.h
MitkAnnotationExports.h
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
MITKANNOTATION_EXPORT
#define MITKANNOTATION_EXPORT
Definition:
MitkAnnotationExports.h:15
mitk::AbstractAnnotationRenderer
Baseclass of Annotation layouters An AbstractAnnotationRenderer can be implemented to control a set o...
Definition:
mitkAbstractAnnotationRenderer.h:31
mitk::BaseRenderer
Definition:
mitkBaseRenderer.h:56
mitkAbstractAnnotationRenderer.h
src
MITK
Modules
Annotation
include
mitkManualPlacementAnnotationRenderer.h
Generated on Sat Mar 22 2025 02:15:03 for Medical Imaging Interaction Toolkit by
1.8.17