Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkTwoTissueCompartmentModelFactory.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 mitkTwoTissueCompartmentModelFactory_h
14 #define mitkTwoTissueCompartmentModelFactory_h
15 
18 
19 namespace mitk
20 {
21 
22 
24  mitk::TwoTissueCompartmentModelFactoryBase<TwoTissueCompartmentModelParameterizer>
25  {
26  public:
29  itkFactorylessNewMacro(Self);
30 
31  protected:
32 
34 
36 
37  private:
38 
39  //No copy constructor allowed
40  TwoTissueCompartmentModelFactory(const Self& source);
41  void operator=(const Self&); //purposely not implemented
42 
43  };
44 
45 }
46 
47 #endif
MITKPHARMACOKINETICS_EXPORT
#define MITKPHARMACOKINETICS_EXPORT
Definition: MitkPharmacokineticsExports.h:15
mitkTwoTissueCompartmentModelFactoryBase.h
mitkTwoTissueCompartmentModelParameterizer.h
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::TwoTissueCompartmentModelFactoryBase
Definition: mitkTwoTissueCompartmentModelFactoryBase.h:22
mitk::TwoTissueCompartmentModelFactory
Definition: mitkTwoTissueCompartmentModelFactory.h:23
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36