Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
QmitkFitParameterModel.cpp File Reference

Go to the source code of this file.

Functions

std::string GetStaticParameterName (const mitk::modelFit::ModelFitInfo *currentFit, const QModelIndex &index)
 

Function Documentation

◆ GetStaticParameterName()

std::string GetStaticParameterName ( const mitk::modelFit::ModelFitInfo currentFit,
const QModelIndex &  index 
)

Helper function returns the name of the static parameter indicates by the index. If the index does not indicate a static parameter an empty string will be returned.

Definition at line 132 of file QmitkFitParameterModel.cpp.

References QmitkFitParameterModel::data(), mitk::modelFit::ModelFitInfo::GetParameters(), and mitk::modelFit::ModelFitInfo::staticParamMap.

Referenced by QmitkFitParameterModel::data().