Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkTwoTissueCompartmentModel_h
14 #define mitkTwoTissueCompartmentModel_h
32 itkFactorylessNewMacro(
Self);
61 std::string GetModelDisplayName()
const override;
63 std::string GetModelType()
const override;
78 itk::LightObject::Pointer InternalClone()
const override;
82 void PrintSelf(std::ostream& os, ::itk::Indent indent)
const override;
89 void operator=(
const Self&);
std::map< ParameterNameType, std::string > ParamterUnitMapType
itk::SmartPointer< const Self > ConstPointer
#define MITKPHARMACOKINETICS_EXPORT
ModelTraitsInterface::ParameterNamesType ParameterNamesType
ModelTraitsInterface::ModelResultType ModelResultType
static const std::string NAME_PARAMETER_k4
static const std::string UNIT_PARAMETER_k2
static const unsigned int POSITION_PARAMETER_K1
static const std::string NAME_PARAMETER_k3
static const std::string NAME_PARAMETER_K1
ModelTraitsInterface::ParametersType ParametersType
static const std::string UNIT_PARAMETER_K1
static const std::string NAME_PARAMETER_VB
TwoTissueCompartmentModel Self
DataCollection - Class to facilitate loading/accessing structured data.
itk::SmartPointer< Self > Pointer
static const std::string UNIT_PARAMETER_k4
static const unsigned int NUMBER_OF_PARAMETERS
static const unsigned int POSITION_PARAMETER_VB
static const std::string MODEL_DISPLAY_NAME
static const std::string UNIT_PARAMETER_VB
ModelTraitsInterface::ParametersSizeType ParametersSizeType
static const unsigned int POSITION_PARAMETER_k3
static const unsigned int POSITION_PARAMETER_k2
static const std::string NAME_PARAMETER_k2
static const unsigned int POSITION_PARAMETER_k4
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...
static const std::string UNIT_PARAMETER_k3
AIFBasedModelBase Superclass