Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkNumericTwoTissueCompartmentModelFactory.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 mitkNumericTwoTissueCompartmentModelFactory_h
14 #define mitkNumericTwoTissueCompartmentModelFactory_h
15 
18 
19 namespace mitk
20 {
21 
22 
24  mitk::TwoTissueCompartmentModelFactoryBase<NumericTwoTissueCompartmentModelParameterizer>
25  {
26  public:
29  itkFactorylessNewMacro(Self);
30 
31  protected:
32 
34 
36 
37  private:
38 
39  //No copy constructor allowed
40  NumericTwoTissueCompartmentModelFactory(const Self& source);
41  void operator=(const Self&); //purposely not implemented
42 
43  };
44 
45 }
46 
47 
48 #endif
MITKPHARMACOKINETICS_EXPORT
#define MITKPHARMACOKINETICS_EXPORT
Definition: MitkPharmacokineticsExports.h:15
mitkTwoTissueCompartmentModelFactoryBase.h
mitk::NumericTwoTissueCompartmentModelFactory
Definition: mitkNumericTwoTissueCompartmentModelFactory.h:23
mitkNumericTwoTissueCompartmentModelParameterizer.h
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition: RenderingTests.dox:1
mitk::TwoTissueCompartmentModelFactoryBase
Definition: mitkTwoTissueCompartmentModelFactoryBase.h:22
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36