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
mitkRotationOperation.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 mitkRotationOperation_h
14
#define mitkRotationOperation_h
15
16
#include "
mitkNumericTypes.h
"
17
#include "
mitkOperation.h
"
18
19
namespace
mitk
20
{
21
//##Documentation
22
//## @brief Operation, that holds everything necessary for an rotation operation on mitk::BaseData.
23
//##
24
//## @ingroup Undo
25
class
MITKCORE_EXPORT
RotationOperation
:
public
Operation
26
{
27
public
:
35
RotationOperation
(
OperationType
operationType,
36
Point3D
pointOfRotation,
37
Vector3D
vectorOfRotation,
38
ScalarType
angleOfRotation);
39
~
RotationOperation
(
void
)
override
;
40
45
virtual
ScalarType
GetAngleOfRotation();
46
51
virtual
const
Point3D
GetCenterOfRotation();
52
57
virtual
const
Vector3D
GetVectorOfRotation();
58
59
protected
:
60
ScalarType
m_AngleOfRotation
;
61
Point3D
m_PointOfRotation
;
62
Vector3D
m_VectorOfRotation
;
63
};
64
65
}
// namespace mitk
66
67
#endif
mitk::RotationOperation::m_AngleOfRotation
ScalarType m_AngleOfRotation
Definition:
mitkRotationOperation.h:60
mitk::Operation
Base class of all Operation-classes.
Definition:
mitkOperation.h:29
mitk::RotationOperation::m_VectorOfRotation
Vector3D m_VectorOfRotation
Definition:
mitkRotationOperation.h:62
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::Vector< ScalarType, 3 >
mitk::Point< ScalarType, 3 >
mitkNumericTypes.h
mitk::OperationType
int OperationType
Definition:
mitkOperation.h:23
mitkOperation.h
mitk::RotationOperation::m_PointOfRotation
Point3D m_PointOfRotation
Definition:
mitkRotationOperation.h:61
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition:
MitkCoreExports.h:15
mitk::RotationOperation
Operation, that holds everything necessary for an rotation operation on mitk::BaseData.
Definition:
mitkRotationOperation.h:25
mitk::ScalarType
double ScalarType
Definition:
mitkNumericConstants.h:20
src
MITK
Modules
Core
include
mitkRotationOperation.h
Generated on Sun Mar 23 2025 02:16:20 for Medical Imaging Interaction Toolkit by
1.8.17