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
mitkNumericTwoCompartmentExchangeModelFactory.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
#ifndef mitkNumericTwoCompartmentExchangeModelFactory_h
13
#define mitkNumericTwoCompartmentExchangeModelFactory_h
14
15
#include "
mitkTwoCompartmentExchangeModelFactoryBase.h
"
16
#include "
mitkNumericTwoCompartmentExchangeModelParameterizer.h
"
17
18
namespace
mitk
19
{
20
21
class
MITKPHARMACOKINETICS_EXPORT
NumericTwoCompartmentExchangeModelFactory
:
public
22
mitk::TwoCompartmentExchangeModelFactoryBase
<NumericTwoCompartmentExchangeModelParameterizer>
23
{
24
public
:
25
mitkClassMacro
(
NumericTwoCompartmentExchangeModelFactory
,
26
TwoCompartmentExchangeModelFactoryBase<NumericTwoCompartmentExchangeModelParameterizer>
);
27
itkFactorylessNewMacro(Self);
28
29
protected
:
30
31
ModelParameterizerBase::Pointer
DoCreateParameterizer(
const
modelFit::ModelFitInfo
* fit)
const override
;
32
33
NumericTwoCompartmentExchangeModelFactory
();
34
35
~
NumericTwoCompartmentExchangeModelFactory
()
override
;
36
37
private
:
38
39
//No copy constructor allowed
40
NumericTwoCompartmentExchangeModelFactory
(
const
Self& source);
41
void
operator=(
const
Self&);
//purposely not implemented
42
43
};
44
45
}
46
#endif
MITKPHARMACOKINETICS_EXPORT
#define MITKPHARMACOKINETICS_EXPORT
Definition:
MitkPharmacokineticsExports.h:15
mitk::NumericTwoCompartmentExchangeModelFactory
Definition:
mitkNumericTwoCompartmentExchangeModelFactory.h:21
mitk::modelFit::ModelFitInfo
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
Definition:
mitkModelFitInfo.h:36
mitkTwoCompartmentExchangeModelFactoryBase.h
itk::SmartPointer< Self >
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
RenderingTests.dox:1
mitkNumericTwoCompartmentExchangeModelParameterizer.h
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition:
mitkCommon.h:36
mitk::TwoCompartmentExchangeModelFactoryBase
Definition:
mitkTwoCompartmentExchangeModelFactoryBase.h:22
src
MITK
Modules
Pharmacokinetics
include
mitkNumericTwoCompartmentExchangeModelFactory.h
Generated on Wed May 17 2023 16:26:09 for Medical Imaging Interaction Toolkit by
1.8.17