Medical Imaging Interaction Toolkit
2023.04.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
i
l
m
n
p
r
s
t
Typedefs
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
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
w
Enumerator
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
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
l
m
n
o
p
q
r
s
t
u
v
Functions
_
e
g
h
i
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
u
v
Examples
Download
Bug Tracker
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkMaskGenerator.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 mitkMaskGenerator_h
14
#define mitkMaskGenerator_h
15
16
#include <
MitkImageStatisticsExports.h
>
17
#include <
mitkImage.h
>
18
#include <itkRegion.h>
19
#include <itkObject.h>
20
#include <itkSmartPointer.h>
21
22
namespace
mitk
23
{
30
class
MITKIMAGESTATISTICS_EXPORT
MaskGenerator
:
public
itk::Object
31
{
32
public
:
34
typedef
MaskGenerator
Self
;
35
typedef
itk::Object
Superclass
;
36
typedef
itk::SmartPointer< Self >
Pointer
;
37
typedef
itk::SmartPointer< const Self >
ConstPointer
;
38
40
itkTypeMacro(
MaskGenerator
, itk::Object);
41
42
//~MaskGenerator();
43
48
virtual
mitk::Image::ConstPointer
GetMask() = 0;
49
53
virtual
mitk::Image::ConstPointer
GetReferenceImage();
54
58
void
SetInputImage(
mitk::Image::ConstPointer
inputImg);
59
60
virtual
void
SetTimeStep(
unsigned
int
timeStep);
61
62
protected
:
63
MaskGenerator
();
64
65
unsigned
int
m_TimeStep
;
66
mitk::Image::ConstPointer
m_inputImage
;
67
68
private
:
69
70
};
71
}
72
73
#endif
mitk::MaskGenerator::Self
MaskGenerator Self
Definition:
mitkMaskGenerator.h:34
mitk::MaskGenerator::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition:
mitkMaskGenerator.h:37
mitk::MaskGenerator::m_TimeStep
unsigned int m_TimeStep
Definition:
mitkMaskGenerator.h:65
mitkImage.h
mitk::MaskGenerator::Pointer
itk::SmartPointer< Self > Pointer
Definition:
mitkMaskGenerator.h:36
itk::SmartPointer< Self >
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
RenderingTests.dox:1
MITKIMAGESTATISTICS_EXPORT
#define MITKIMAGESTATISTICS_EXPORT
Definition:
MitkImageStatisticsExports.h:15
mitk::MaskGenerator::m_inputImage
mitk::Image::ConstPointer m_inputImage
Definition:
mitkMaskGenerator.h:66
mitk::MaskGenerator::Superclass
itk::Object Superclass
Definition:
mitkMaskGenerator.h:35
MitkImageStatisticsExports.h
mitk::MaskGenerator
Base Class for all Mask Generators. Mask generators are classes that provide functionality for the cr...
Definition:
mitkMaskGenerator.h:30
src
MITK
Modules
ImageStatistics
mitkMaskGenerator.h
Generated on Wed May 17 2023 16:26:08 for Medical Imaging Interaction Toolkit by
1.8.17