Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkStandardToftsModel_h
14 #define mitkStandardToftsModel_h
38 itkFactorylessNewMacro(
Self);
60 std::string GetModelDisplayName()
const override;
62 std::string GetModelType()
const override;
83 itk::LightObject::Pointer InternalClone()
const override;
88 parameters)
const override;
91 void PrintSelf(std::ostream& os, ::itk::Indent indent)
const override;
98 void operator=(
const Self&);
itk::SmartPointer< Self > Pointer
std::map< ParameterNameType, std::string > ParamterUnitMapType
#define MITKPHARMACOKINETICS_EXPORT
static const std::string MODEL_DISPLAY_NAME
static const unsigned int POSITION_PARAMETER_Ktrans
Implementation of the Model function of the Tofts pharmacokinetic model, using an Aterial Input Funct...
ModelTraitsInterface::ParameterNamesType ParameterNamesType
ModelTraitsInterface::ModelResultType ModelResultType
AIFBasedModelBase Superclass
static const unsigned int POSITION_PARAMETER_vp
static const std::string NAME_PARAMETER_ve
static const std::string UNIT_PARAMETER_Ktrans
ModelTraitsInterface::ParametersType ParametersType
std::map< ParameterNameType, DerivedParameterValueType > DerivedParameterMapType
static const std::string NAME_PARAMETER_Ktrans
DataCollection - Class to facilitate loading/accessing structured data.
static const unsigned int NUMBER_OF_PARAMETERS
itk::SmartPointer< const Self > ConstPointer
static const std::string NAME_PARAMETER_vp
static const std::string UNIT_PARAMETER_ve
static const unsigned int POSITION_PARAMETER_ve
ModelTraitsInterface::ParametersSizeType ParametersSizeType
static const std::string UNIT_PARAMETER_vp
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...