Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkThreeStepLinearModel_h
14 #define mitkThreeStepLinearModel_h
36 itkFactorylessNewMacro(
Self);
69 std::string GetModelDisplayName()
const override;
71 std::string GetModelType()
const override;
75 std::string GetXName()
const override;
103 itk::LightObject::Pointer InternalClone()
const override;
105 ModelResultType ComputeModelfunction(
const ParametersType& parameters)
const override;
107 parameters)
const override;
109 void SetStaticParameter(
const ParameterNameType& name,
110 const StaticParameterValuesType& values)
override;
111 StaticParameterValuesType GetStaticParameterValue(
const ParameterNameType& name)
const override;
117 void operator=(
const Self&);
std::map< ParameterNameType, std::string > ParamterUnitMapType
#define MITKPHARMACOKINETICS_EXPORT
static const std::string NAME_PARAMETER_a1
static const unsigned int POSITION_PARAMETER_t1
itk::SmartPointer< Self > Pointer
Superclass::ParametersSizeType ParametersSizeType
ModelTraitsInterface::ParameterNamesType ParameterNamesType
static const std::string UNIT_PARAMETER_a2
static const unsigned int NUMBER_OF_PARAMETERS
~ThreeStepLinearModel() override
static const std::string MODEL_DISPLAY_NAME
static const unsigned int POSITION_PARAMETER_t2
static const std::string UNIT_PARAMETER_b2
static const unsigned int POSITION_PARAMETER_a1
ModelTraitsInterface::ParametersType ParametersType
ThreeStepLinearModel Self
static const unsigned int POSITION_PARAMETER_a2
static const std::string NAME_PARAMETER_t1
DataCollection - Class to facilitate loading/accessing structured data.
static const unsigned int POSITION_PARAMETER_b1
static const std::string UNIT_PARAMETER_S0
mitk::ModelBase Superclass
static const std::string NAME_PARAMETER_S0
static const std::string UNIT_PARAMETER_t1
static const std::string UNIT_PARAMETER_a1
static const std::string NAME_PARAMETER_t2
static const std::string NAME_PARAMETER_a2
Superclass::ParameterNameType ParameterNameType
std::string FunctionStringType
static const unsigned int POSITION_PARAMETER_S0
static const unsigned int POSITION_PARAMETER_b2
static const std::string NAME_PARAMETER_b1
ModelTraitsInterface::ParametersSizeType ParametersSizeType
static const std::string UNIT_PARAMETER_b1
static const std::string UNIT_PARAMETER_t2
itk::SmartPointer< const Self > ConstPointer
static const std::string NAME_PARAMETER_b2
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...