Medical Imaging Interaction Toolkit
2024.12.00
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
Functions
_
e
h
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
g
i
m
o
p
q
r
s
u
v
Examples
Download
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkVtkResliceInterpolationProperty.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 mitkVtkResliceInterpolationProperty_h
14
#define mitkVtkResliceInterpolationProperty_h
15
16
#include "
mitkEnumerationProperty.h
"
17
18
#include <vtkImageReslice.h>
19
20
namespace
mitk
21
{
22
#ifdef _MSC_VER
23
#pragma warning(push)
24
#pragma warning(disable : 4522)
25
#endif
26
33
class
MITKCORE_EXPORT
VtkResliceInterpolationProperty
:
public
EnumerationProperty
34
{
35
public
:
36
mitkClassMacro
(
VtkResliceInterpolationProperty
,
EnumerationProperty
);
37
38
itkFactorylessNewMacro(
Self
);
39
40
itkCloneMacro(
Self
);
41
42
mitkNewMacro1Param
(
VtkResliceInterpolationProperty
,
const
IdType
&);
43
44
mitkNewMacro1Param
(
VtkResliceInterpolationProperty
,
const
std::string &);
45
49
virtual
int
GetInterpolation();
50
54
virtual
void
SetInterpolationToNearest();
55
59
virtual
void
SetInterpolationToLinear();
60
64
virtual
void
SetInterpolationToCubic();
65
66
using
BaseProperty::operator=;
67
68
protected
:
71
VtkResliceInterpolationProperty
();
72
76
VtkResliceInterpolationProperty
(
const
IdType
&value);
77
81
VtkResliceInterpolationProperty
(
const
std::string &value);
82
87
bool
AddEnum(
const
std::string &name,
const
IdType
&
id
)
override
;
88
93
virtual
void
AddInterpolationTypes();
94
95
private
:
96
// purposely not implemented
97
VtkResliceInterpolationProperty
&operator=(
const
VtkResliceInterpolationProperty
&);
98
99
itk::LightObject::Pointer InternalClone()
const override
;
100
};
101
102
#ifdef _MSC_VER
103
#pragma warning(pop)
104
#endif
105
106
}
// end of namespace mitk
107
108
#endif
mitk::BaseProperty
Abstract base class for properties.
Definition:
mitkBaseProperty.h:36
mitk::EnumerationProperty
Definition:
mitkEnumerationProperty.h:43
mitkNewMacro1Param
#define mitkNewMacro1Param(classname, type)
Definition:
mitkCommon.h:68
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::EnumerationProperty::IdType
unsigned int IdType
Definition:
mitkEnumerationProperty.h:48
mitkEnumerationProperty.h
mitk::VtkResliceInterpolationProperty
Definition:
mitkVtkResliceInterpolationProperty.h:33
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition:
mitkCommon.h:36
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition:
MitkCoreExports.h:15
src
MITK
Modules
Core
include
mitkVtkResliceInterpolationProperty.h
Generated on Tue Dec 10 2024 10:35:11 for Medical Imaging Interaction Toolkit by
1.8.17