Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
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