Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkNumericTwoCompartmentExchangeModel_h
14 #define mitkNumericTwoCompartmentExchangeModel_h
50 itkFactorylessNewMacro(
Self);
79 std::string GetModelDisplayName()
const override;
81 std::string GetModelType()
const override;
83 itkGetConstReferenceMacro(ODEINTStepSize,
double);
84 itkSetMacro(ODEINTStepSize,
double);
104 itk::LightObject::Pointer InternalClone()
const override;
111 void PrintSelf(std::ostream& os, ::itk::Indent indent)
const override;
119 void operator=(
const Self&);
121 double m_ODEINTStepSize;
static const unsigned int POSITION_PARAMETER_vp
std::map< ParameterNameType, std::string > ParamterUnitMapType
#define MITKPHARMACOKINETICS_EXPORT
static const std::string NAME_STATIC_PARAMETER_ODEINTStepSize
ModelTraitsInterface::ParameterNamesType ParameterNamesType
static const std::string UNIT_PARAMETER_ve
ModelTraitsInterface::ModelResultType ModelResultType
static const unsigned int POSITION_PARAMETER_ve
static const std::string UNIT_PARAMETER_F
std::vector< StaticParameterValueType > StaticParameterValuesType
ModelTraitsInterface::ParameterNameType ParameterNameType
static const std::string NAME_PARAMETER_vp
ModelTraitsInterface::ParametersType ParametersType
std::vector< double > state_type
Implementation of the numeric model function of the 2 Compartment Exchange model, using an Aterial In...
static const unsigned int NUMBER_OF_PARAMETERS
DataCollection - Class to facilitate loading/accessing structured data.
static const std::string NAME_PARAMETER_ve
static const unsigned int POSITION_PARAMETER_PS
NumericTwoCompartmentExchangeModel Self
static const std::string UNIT_PARAMETER_vp
itk::SmartPointer< Self > Pointer
AIFBasedModelBase Superclass
static const unsigned int POSITION_PARAMETER_F
static const std::string UNIT_PARAMETER_PS
ModelTraitsInterface::ParametersSizeType ParametersSizeType
static const std::string MODEL_DISPLAY_NAME
itk::SmartPointer< const Self > ConstPointer
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...
static const std::string NAME_PARAMETER_F
static const std::string NAME_PARAMETER_PS