13 #ifndef QmitkBinaryThresholdToolGUI_h_Included 14 #define QmitkBinaryThresholdToolGUI_h_Included 20 #include <QDoubleSpinBox> 42 itkFactorylessNewMacro(Self);
45 void OnThresholdingIntervalBordersChanged(
double lower,
double upper,
bool isFloat);
46 void OnThresholdingValueChanged(
double current);
51 void thresholdAccepted();
54 void thresholdCanceled();
61 void OnAcceptThresholdPreview();
64 void OnSpinnerValueChanged();
67 void OnSliderValueChanged(
int value);
74 double SliderIntToDouble(
int val);
77 int DoubleToSliderInt(
double val);
#define mitkClassMacro(className, SuperClassName)
#define MITKSEGMENTATIONUI_EXPORT