13 #ifndef MITKTWOCOMPARTMENTEXCHANGEMODEL_H 14 #define MITKTWOCOMPARTMENTEXCHANGEMODEL_H 50 itkFactorylessNewMacro(Self);
76 std::string GetModelDisplayName()
const override;
78 std::string GetModelType()
const override;
94 itk::LightObject::Pointer InternalClone()
const override;
98 void PrintSelf(std::ostream& os, ::itk::Indent indent)
const override;
105 void operator=(
const Self&);
113 #endif // MITKTWOCOMPARTMENTEXCHANGEMODEL_H static const std::string UNIT_PARAMETER_PS
static const unsigned int NUMBER_OF_PARAMETERS
itk::SmartPointer< Self > Pointer
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
ModelTraitsInterface::ParametersType ParametersType
static const std::string UNIT_PARAMETER_ve
#define MITKPHARMACOKINETICS_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
TwoCompartmentExchangeModel Self
static const std::string UNIT_PARAMETER_F
static const std::string NAME_PARAMETER_ve
static const std::string NAME_PARAMETER_F
static const unsigned int POSITION_PARAMETER_PS
itk::SmartPointer< const Self > ConstPointer
ModelTraitsInterface::ParametersSizeType ParametersSizeType
static const std::string MODEL_DISPLAY_NAME
static const unsigned int POSITION_PARAMETER_F
ModelTraitsInterface::ModelResultType ModelResultType
static const unsigned int POSITION_PARAMETER_vp
static const std::string NAME_PARAMETER_PS
static const unsigned int POSITION_PARAMETER_ve
Implementation of the analystical model function of the Physiological Pharmacokinetic Brix model...
static const std::string NAME_PARAMETER_vp
ModelTraitsInterface::ParameterNamesType ParameterNamesType
static const std::string UNIT_PARAMETER_vp
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...
std::map< ParameterNameType, std::string > ParamterUnitMapType
AIFBasedModelBase Superclass