| 
    Medical Imaging Interaction Toolkit
    2025.08.00
    
   Medical Imaging Interaction Toolkit 
   | 
 
#include <QmitkFitParameterWidget.h>


Public Types | |
| using | FitVectorType = std::vector< mitk::modelFit::ModelFitInfo::ConstPointer > | 
Public Slots | |
| void | setFits (const FitVectorType &fits) | 
| void | setCurrentPosition (const mitk::Point3D ¤tPos) | 
| void | setPositionBookmarks (const mitk::PointSet *bookmarks) | 
Public Member Functions | |
| QmitkFitParameterWidget (QWidget *parent=nullptr) | |
| ~QmitkFitParameterWidget () override | |
| const FitVectorType & | getFits () const | 
| mitk::Point3D | getCurrentPosition () const | 
| const mitk::PointSet * | getPositionBookmarks () const | 
Protected Slots | |
| void | OnExportClicked () const | 
| void | OnClipboardResultsButtonClicked () const | 
| Saves the results table to clipboard.  More... | |
Protected Member Functions | |
| std::string | streamModelToString () const | 
Protected Attributes | |
| QmitkFitParameterModel * | m_InternalModel | 
| Ui::QmitkFitParameterWidget | m_Controls | 
Widget that displays the parameters of all set ModelFitInfo instances for all given world coordinate points. In addition it allows to transfer this information as CSV into the clipboard or a file.
Definition at line 34 of file QmitkFitParameterWidget.h.
| using QmitkFitParameterWidget::FitVectorType = std::vector<mitk::modelFit::ModelFitInfo::ConstPointer> | 
Definition at line 39 of file QmitkFitParameterWidget.h.
| QmitkFitParameterWidget::QmitkFitParameterWidget | ( | QWidget * | parent = nullptr | ) | 
      
  | 
  override | 
| mitk::Point3D QmitkFitParameterWidget::getCurrentPosition | ( | ) | const | 
| const FitVectorType& QmitkFitParameterWidget::getFits | ( | ) | const | 
| const mitk::PointSet* QmitkFitParameterWidget::getPositionBookmarks | ( | ) | const | 
      
  | 
  protectedslot | 
Saves the results table to clipboard.
      
  | 
  protectedslot | 
      
  | 
  slot | 
      
  | 
  slot | 
      
  | 
  slot | 
      
  | 
  protected | 
      
  | 
  protected | 
Definition at line 69 of file QmitkFitParameterWidget.h.
      
  | 
  protected | 
Definition at line 67 of file QmitkFitParameterWidget.h.