Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Implementation of the Model function of the Tofts pharmacokinetic model, using an Aterial Input Function The Model calculates the Concentration-Time-Curve as a convolution of the plasma curve Cp (the AIF) and a tissue specific residue function (in this case an exponential: R(t) = ktrans * exp(-ktrans/ve * (t)) ). C(t) = vp * Cp(t) + conv(Cp(t),R(t)) The parameters ktrans, ve and ve are subject to the fitting routine. More...
#include <mitkOneTissueCompartmentModel.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const std::string | MODEL_DISPLAY_NAME |
static const std::string | NAME_PARAMETER_k1 |
static const std::string | NAME_PARAMETER_k2 |
static const std::string | UNIT_PARAMETER_k1 |
static const std::string | UNIT_PARAMETER_k2 |
static const unsigned int | POSITION_PARAMETER_k1 |
static const unsigned int | POSITION_PARAMETER_k2 |
static const unsigned int | NUMBER_OF_PARAMETERS |
![]() | |
static const std::string | NAME_STATIC_PARAMETER_AIF |
static const std::string | NAME_STATIC_PARAMETER_AIFTimeGrid |
static const std::string | UNIT_STATIC_PARAMETER_AIF |
static const std::string | UNIT_STATIC_PARAMETER_AIFTimeGrid |
Protected Member Functions | |
OneTissueCompartmentModel () | |
~OneTissueCompartmentModel () override | |
itk::LightObject::Pointer | InternalClone () const override |
ModelResultType | ComputeModelfunction (const ParametersType ¶meters) const override |
void | PrintSelf (std::ostream &os, ::itk::Indent indent) const override |
![]() | |
AIFBasedModelBase () | |
~AIFBasedModelBase () override | |
bool | ValidateModel (std::string &error) const override |
void | PrintSelf (std::ostream &os, ::itk::Indent indent) const override |
void | SetStaticParameter (const ParameterNameType &name, const StaticParameterValuesType &values) override |
StaticParameterValuesType | GetStaticParameterValue (const ParameterNameType &name) const override |
![]() | |
virtual DerivedParameterMapType | ComputeDerivedParameters (const ParametersType ¶meters) const |
ModelBase () | |
~ModelBase () override | |
void | PrintSelf (std::ostream &os, ::itk::Indent indent) const override |
![]() | |
ModelTraitsInterface () | |
virtual | ~ModelTraitsInterface () |
Additional Inherited Members | |
![]() | |
TimeGridType | m_AterialInputFunctionTimeGrid |
AterialInputFunctionType | m_AterialInputFunctionValues |
![]() | |
TimeGridType | m_TimeGrid |
Implementation of the Model function of the Tofts pharmacokinetic model, using an Aterial Input Function The Model calculates the Concentration-Time-Curve as a convolution of the plasma curve Cp (the AIF) and a tissue specific residue function (in this case an exponential: R(t) = ktrans * exp(-ktrans/ve * (t)) ). C(t) = vp * Cp(t) + conv(Cp(t),R(t)) The parameters ktrans, ve and ve are subject to the fitting routine.
Definition at line 28 of file mitkOneTissueCompartmentModel.h.
typedef itk::SmartPointer< const Self > mitk::OneTissueCompartmentModel::ConstPointer |
Definition at line 35 of file mitkOneTissueCompartmentModel.h.
Definition at line 34 of file mitkOneTissueCompartmentModel.h.
Definition at line 32 of file mitkOneTissueCompartmentModel.h.
Definition at line 33 of file mitkOneTissueCompartmentModel.h.
|
protected |
Definition at line 41 of file mitkOneTissueCompartmentModel.cpp.
|
overrideprotected |
Definition at line 46 of file mitkOneTissueCompartmentModel.cpp.
Pointer mitk::OneTissueCompartmentModel::Clone | ( | ) | const |
|
overrideprotectedvirtual |
Implements mitk::ModelBase.
Definition at line 79 of file mitkOneTissueCompartmentModel.cpp.
References mitk::convoluteAIFWithExponential(), mitk::AIFBasedModelBase::GetAterialInputFunction(), mitk::ModelBase::m_TimeGrid, POSITION_PARAMETER_k1, and POSITION_PARAMETER_k2.
|
virtual |
Run-time type information (and related methods).
Reimplemented from mitk::AIFBasedModelBase.
|
overridevirtual |
Default implementation returns GetClassID as display name.
Reimplemented from mitk::ModelBase.
Definition at line 31 of file mitkOneTissueCompartmentModel.cpp.
References MODEL_DISPLAY_NAME.
|
overridevirtual |
Default implementation returns "Unkown" as model type.
Reimplemented from mitk::ModelBase.
Definition at line 36 of file mitkOneTissueCompartmentModel.cpp.
|
overridevirtual |
Returns the number of parameters that must be defined when using the model to compute the signal (GetSignal()).
Implements mitk::ModelTraitsInterface.
Definition at line 61 of file mitkOneTissueCompartmentModel.cpp.
References NUMBER_OF_PARAMETERS.
|
overridevirtual |
Returns the names of parameters that must be defined when using the model to compute the signal (GetSignal()).
Implements mitk::ModelTraitsInterface.
Definition at line 51 of file mitkOneTissueCompartmentModel.cpp.
References NAME_PARAMETER_k1, and NAME_PARAMETER_k2.
|
overridevirtual |
Default implementation returns no unit string ("") for every defined parameter.
Reimplemented from mitk::ModelBase.
Definition at line 69 of file mitkOneTissueCompartmentModel.cpp.
References NAME_PARAMETER_k1, NAME_PARAMETER_k2, UNIT_PARAMETER_k1, and UNIT_PARAMETER_k2.
|
overrideprotected |
Actual implementation of the clone method. This method should be reimplemeted in subclasses to clone the extra required parameters.
Definition at line 123 of file mitkOneTissueCompartmentModel.cpp.
References mitk::ModelBase::m_TimeGrid, and New().
|
static |
Method for creation through the object factory.
Referenced by InternalClone().
|
overrideprotected |
Definition at line 132 of file mitkOneTissueCompartmentModel.cpp.
References mitk::AIFBasedModelBase::PrintSelf().
|
static |
Definition at line 42 of file mitkOneTissueCompartmentModel.h.
Referenced by GetModelDisplayName().
|
static |
Definition at line 46 of file mitkOneTissueCompartmentModel.h.
Referenced by GetParameterNames(), and GetParameterUnits().
|
static |
Definition at line 47 of file mitkOneTissueCompartmentModel.h.
Referenced by GetParameterNames(), and GetParameterUnits().
|
static |
Definition at line 55 of file mitkOneTissueCompartmentModel.h.
Referenced by GetNumberOfParameters().
|
static |
Definition at line 52 of file mitkOneTissueCompartmentModel.h.
Referenced by ComputeModelfunction(), and mitk::OneTissueCompartmentModelParameterizer::GetDefaultInitialParameterization().
|
static |
Definition at line 53 of file mitkOneTissueCompartmentModel.h.
Referenced by ComputeModelfunction(), and mitk::OneTissueCompartmentModelParameterizer::GetDefaultInitialParameterization().
|
static |
Definition at line 49 of file mitkOneTissueCompartmentModel.h.
Referenced by GetParameterUnits().
|
static |
Definition at line 50 of file mitkOneTissueCompartmentModel.h.
Referenced by GetParameterUnits().