12 #ifndef QmitkIntensityProfileVisualizationWidget_h
13 #define QmitkIntensityProfileVisualizationWidget_h
25 class QmitkIntensityProfileControls;
39 void SetIntensityProfile(mitk::IntensityProfile::ConstPointer intensityProfile,
const std::string& dataLabel);
47 void CreateConnections();
49 void SetGUIElementsEnabled(
bool enabled);
51 std::vector<double> ConvertIntensityProfileToVector(mitk::IntensityProfile::ConstPointer intensityProfile)
const;
54 void OnClipboardButtonClicked();
56 void OnShowSubchartCheckBoxChanged();
58 void OnPageSuccessfullyLoaded();
62 Ui::QmitkIntensityProfileControls *m_Controls;
65 std::vector<double> m_IntensityProfileList;