Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkDescriptivePharmacokineticBrixModel_h
14 #define mitkDescriptivePharmacokineticBrixModel_h
34 itkFactorylessNewMacro(
Self);
77 itkSetMacro(Tau,
double);
78 itkGetConstReferenceMacro(Tau,
double);
80 itkSetMacro(S0,
double);
81 itkGetConstReferenceMacro(S0,
double);
83 std::string GetModelDisplayName()
const override;
85 std::string GetModelType()
const override;
87 std::string GetXAxisName()
const override;
89 std::string GetXAxisUnit()
const override;
91 std::string GetYAxisName()
const override;
93 std::string GetYAxisUnit()
const override;
114 itk::LightObject::Pointer InternalClone()
const override;
124 void PrintSelf(std::ostream& os, ::itk::Indent indent)
const override;
136 void operator=(
const Self&);
std::map< ParameterNameType, std::string > ParamterUnitMapType
#define MITKPHARMACOKINETICS_EXPORT
ModelTraitsInterface::ParameterNamesType ParameterNamesType
ModelTraitsInterface::ModelResultType ModelResultType
itk::SmartPointer< Self > Pointer
static const std::string NAME_PARAMETER_kel
static const std::string X_AXIS_NAME
static const std::string NAME_STATIC_PARAMETER_tau
std::vector< StaticParameterValueType > StaticParameterValuesType
ModelTraitsInterface::ParameterNameType ParameterNameType
ModelTraitsInterface::ParametersType ParametersType
itk::SmartPointer< const Self > ConstPointer
static const std::string MODEL_TYPE
static const unsigned int POSITION_PARAMETER_kel
static const std::string UNIT_STATIC_PARAMETER_s0
static const std::string NAME_PARAMETER_kep
Find image slices visible on a given plane.
static const std::string UNIT_PARAMETER_kel
static const std::string UNIT_PARAMETER_kep
DescriptivePharmacokineticBrixModel Self
static const unsigned int NUMBER_OF_STATIC_PARAMETERS
static const std::string MODEL_DISPLAY_NAME
static const std::string UNIT_PARAMETER_A
static const unsigned int NUMBER_OF_PARAMETERS
static const std::string UNIT_STATIC_PARAMETER_tau
static const std::string NAME_PARAMETER_A
static const unsigned int POSITION_PARAMETER_A
static const std::string NAME_PARAMETER_BAT
static const std::string UNIT_PARAMETER_BAT
static const std::string NAME_STATIC_PARAMETER_s0
static const unsigned int POSITION_PARAMETER_kep
static const std::string Y_AXIS_UNIT
ModelTraitsInterface::ParametersSizeType ParametersSizeType
static const unsigned int POSITION_PARAMETER_BAT
static const std::string Y_AXIS_NAME
static const std::string X_AXIS_UNIT
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...