Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitkTwoTissueCompartmentFDGModelFactory.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 mitkTwoTissueCompartmentFDGModelFactory_h
13 #define mitkTwoTissueCompartmentFDGModelFactory_h
14 
18 
19 namespace mitk
20 {
21 
22 
24  mitk::ConcreteAIFBasedModelFactory<TwoTissueCompartmentFDGModelParameterizer>
25  {
26  public:
29  itkFactorylessNewMacro(Self);
30 
31  typedef Superclass::ModelType ModelType;
32  typedef Superclass::ModelParameterizerType ModelParameterizerType;
33 
34  ConstraintCheckerBase::Pointer CreateDefaultConstraints() const override;
35  ParametersType GetDefaultInitialParameterization() const override;
36 
37  protected:
38 
40 
42 
43  private:
44 
45  //No copy constructor allowed
46  TwoTissueCompartmentFDGModelFactory(const Self& source);
47  void operator=(const Self&); //purposely not implemented
48 
49  };
50 
51 }
52 #endif
MITKPHARMACOKINETICS_EXPORT
#define MITKPHARMACOKINETICS_EXPORT
Definition: MitkPharmacokineticsExports.h:15
mitkConcreteAIFBasedModelFactory.h
itk::SmartPointer< Self >
mitkTwoTissueCompartmentFDGModel.h
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::ConcreteAIFBasedModelFactory
Definition: mitkConcreteAIFBasedModelFactory.h:22
mitkTwoTissueCompartmentFDGModelParameterizer.h
mitk::TwoTissueCompartmentFDGModelFactory::ModelParameterizerType
Superclass::ModelParameterizerType ModelParameterizerType
Definition: mitkTwoTissueCompartmentFDGModelFactory.h:32
mitk::TwoTissueCompartmentFDGModelFactory::ModelType
Superclass::ModelType ModelType
Definition: mitkTwoTissueCompartmentFDGModelFactory.h:29
mitk::ModelTraitsInterface::ParametersType
itk::Array< ParameterValueType > ParametersType
Definition: mitkModelTraitsInterface.h:31
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
mitk::TwoTissueCompartmentFDGModelFactory
Definition: mitkTwoTissueCompartmentFDGModelFactory.h:23