Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
12 #ifndef mitkConcreteAIFBasedModelFactory_h
13 #define mitkConcreteAIFBasedModelFactory_h
21 template <
class TModelParameterizer>
39 ModelParameterizerType::New();
42 ModelType::NAME_STATIC_PARAMETER_AIF);
47 ModelType::NAME_STATIC_PARAMETER_AIFTimeGrid);
50 result = modelParameterizer.GetPointer();
67 void operator=(
const Self&);
MITKPHARMACOKINETICS_EXPORT itk::Array< double > convertParameterToArray(ModelBase::StaticParameterValuesType)
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
Find image slices visible on a given plane.
StaticParameterMap staticParamMap
const ValueType & Get(const std::string &name) const
Returns the values of the given variable name.
~ConcreteAIFBasedModelFactory() override
TModelParameterizer ModelParameterizerType
ModelParameterizerBase::Pointer DoCreateParameterizer(const modelFit::ModelFitInfo *fit) const override
ModelBase::StaticParameterValuesType ValueType
Type of the map value.
ConcreteAIFBasedModelFactory()
mitkClassMacro(ConcreteAIFBasedModelFactory, ConcreteModelFactoryBase< typename TModelParameterizer::ModelType >)
Superclass::ModelType ModelType