13 #ifndef MITKTWOTISSUECOMPARTMENTFDGMODEL_H 14 #define MITKTWOTISSUECOMPARTMENTFDGMODEL_H 32 itkFactorylessNewMacro(Self);
58 std::string GetModelDisplayName()
const override;
60 std::string GetModelType()
const override;
76 itk::LightObject::Pointer InternalClone()
const override;
80 void PrintSelf(std::ostream& os, ::itk::Indent indent)
const override;
87 void operator=(
const Self&);
92 #endif // MITKTWOTISSUECOMPARTMENTFDGMODEL_H 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_K1
#define MITKPHARMACOKINETICS_EXPORT
static const std::string NAME_PARAMETER_k3
DataCollection - Class to facilitate loading/accessing structured data.
static const std::string NAME_PARAMETER_VB
AIFBasedModelBase Superclass
static const std::string NAME_PARAMETER_k2
ModelTraitsInterface::ParametersSizeType ParametersSizeType
static const unsigned int NUMBER_OF_PARAMETERS
static const unsigned int POSITION_PARAMETER_k3
ModelTraitsInterface::ModelResultType ModelResultType
static const unsigned int POSITION_PARAMETER_VB
static const std::string UNIT_PARAMETER_k3
static const std::string UNIT_PARAMETER_VB
static const unsigned int POSITION_PARAMETER_k2
static const std::string UNIT_PARAMETER_k2
ModelTraitsInterface::ParameterNamesType ParameterNamesType
static const std::string MODEL_DISPLAY_NAME
static const std::string NAME_PARAMETER_K1
static const unsigned int POSITION_PARAMETER_K1
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...
std::map< ParameterNameType, std::string > ParamterUnitMapType
TwoTissueCompartmentFDGModel Self
itk::SmartPointer< const Self > ConstPointer