47 modelParameterizer->SetTau(tau[0]);
51 imageTimeSelector->SetTimeNr(0);
52 imageTimeSelector->UpdateLargestPossibleRegion();
54 mitk::DescriptivePharmacokineticBrixModelParameterizer::BaseImageType::Pointer baseImage;
57 modelParameterizer->SetBaseImage(baseImage);
59 result = modelParameterizer.GetPointer();
68 modelParameterizer->SetTau(tau[0]);
73 "Cannot generate parameterizer for fit of type ROIbased. Input data with the lable \"ROI\" is missing in fit.";
81 "Cannot generate parameterizer for fit of type ROIbased. Input data with the lable \"ROI\" is invalid: No values available.";
84 modelParameterizer->SetBaseValue(signal[0]);
86 result = modelParameterizer.GetPointer();
static const std::string NAME_STATIC_PARAMETER_Tau
ModelParameterizerBase::Pointer DoCreateParameterizer(const modelFit::ModelFitInfo *fit) const override
ModelBase::StaticParameterValuesType ValueType
Type of the map value.
mitk::Image::Pointer inputImage
DescriptivePharmacokineticBrixModelFactory()
StaticParameterMap staticParamMap
bool ValueExists(const KeyType &key) const
Returns true if the list with the given name exists.
std::vector< double > ValueType
static const std::string FIT_TYPE_VALUE_ROIBASED()
const ValueType & Get(const std::string &name) const
Returns the values of the given variable name.
~DescriptivePharmacokineticBrixModelFactory() override
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
ParametersType GetDefaultInitialParameterization() const override
void MITKCORE_EXPORT CastToItkImage(const mitk::Image *mitkImage, itk::SmartPointer< ItkOutputImageType > &itkOutputImage)
Cast an mitk::Image to an itk::Image with a specific type.
ScalarListLookupTable inputData
static const std::string FIT_TYPE_VALUE_PIXELBASED()
const ValueType & GetTableValue(const KeyType &key) const
Returns the list with the given name.
ModelBaseType::ParametersType ParametersType