12 #ifndef QmitkIntensityProfileVisualizationWidget_h
13 #define QmitkIntensityProfileVisualizationWidget_h
19 #include <ui_QmitkIntensityProfileVisualizationWidget.h>
35 void SetIntensityProfile(mitk::IntensityProfile::ConstPointer intensityProfile,
const std::string& dataLabel);
43 void CreateConnections();
45 void SetGUIElementsEnabled(
bool enabled);
47 std::vector<double> ConvertIntensityProfileToVector(mitk::IntensityProfile::ConstPointer intensityProfile)
const;
50 void OnClipboardButtonClicked();
52 void OnShowSubchartCheckBoxChanged();
54 void OnPageSuccessfullyLoaded();
58 Ui::QmitkIntensityProfileControls m_Controls;
61 std::vector<double> m_IntensityProfileList;