13 #ifndef MITKONETISSUECOMPARTMENTMODEL_H 14 #define MITKONETISSUECOMPARTMENTMODEL_H 38 itkFactorylessNewMacro(Self);
57 std::string GetModelDisplayName()
const override;
59 std::string GetModelType()
const override;
75 itk::LightObject::Pointer InternalClone()
const override;
79 void PrintSelf(std::ostream& os, ::itk::Indent indent)
const override;
86 void operator=(
const Self&);
94 #endif // MITKONETISSUECOMPARTMENTMODEL_H static const std::string NAME_PARAMETER_k1
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
ModelTraitsInterface::ParametersType ParametersType
OneTissueCompartmentModel Self
static const unsigned int NUMBER_OF_PARAMETERS
#define MITKPHARMACOKINETICS_EXPORT
itk::SmartPointer< Self > Pointer
DataCollection - Class to facilitate loading/accessing structured data.
AIFBasedModelBase Superclass
ModelTraitsInterface::ParametersSizeType ParametersSizeType
static const std::string UNIT_PARAMETER_k2
static const unsigned int POSITION_PARAMETER_k1
ModelTraitsInterface::ModelResultType ModelResultType
static const std::string NAME_PARAMETER_k2
static const std::string MODEL_DISPLAY_NAME
static const unsigned int POSITION_PARAMETER_k2
ModelTraitsInterface::ParameterNamesType ParameterNamesType
itk::SmartPointer< const Self > ConstPointer
static const std::string UNIT_PARAMETER_k1
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...
std::map< ParameterNameType, std::string > ParamterUnitMapType
Implementation of the Model function of the Tofts pharmacokinetic model, using an Aterial Input Funct...