| 
    Medical Imaging Interaction Toolkit
    2025.08.00
    
   Medical Imaging Interaction Toolkit 
   | 
 
GUI for mitk::BinaryThresholdTool. More...
#include <QmitkBinaryThresholdULToolGUI.h>


Public Member Functions | |
| mitkClassMacro (QmitkBinaryThresholdULToolGUI, QmitkBinaryThresholdToolGUIBase) | |
| Pointer | Clone () const | 
  Public Member Functions inherited from QmitkBinaryThresholdToolGUIBase | |
| mitkClassMacro (QmitkBinaryThresholdToolGUIBase, QmitkSegWithPreviewToolGUIBase) | |
| void | OnThresholdingIntervalBordersChanged (double lower, double upper, bool isFloat) | 
| void | OnThresholdingValuesChanged (mitk::ScalarType lower, mitk::ScalarType upper) | 
  Public Member Functions inherited from QmitkSegWithPreviewToolGUIBase | |
| mitkClassMacro (QmitkSegWithPreviewToolGUIBase, QmitkToolGUI) | |
| Pointer | Clone () const | 
| virtual bool | GetMode2D () const | 
  Public Member Functions inherited from QmitkToolGUI | |
| mitkClassMacroItkParent (QmitkToolGUI, itk::Object) | |
| void | SetTool (mitk::Tool *tool) | 
| void | Register () const override | 
| void | UnRegister () const ITK_NOEXCEPT ITK_OVERRIDE | 
| void | SetReferenceCount (int) override | 
| ~QmitkToolGUI () override | |
Static Public Member Functions | |
| static Pointer | New () | 
Additional Inherited Members | |
  Signals inherited from QmitkToolGUI | |
| void | NewToolAssociated (mitk::Tool *) | 
  Protected Types inherited from QmitkSegWithPreviewToolGUIBase | |
| using | EnableConfirmSegBtnFunctionType = std::function< bool(bool)> | 
  Protected Slots inherited from QmitkBinaryThresholdToolGUIBase | |
| void | OnThresholdRangeChanged (double min, double max) | 
| void | OnThresholdSliderChanged (double value) | 
  Protected Slots inherited from QmitkSegWithPreviewToolGUIBase | |
| void | OnNewToolAssociated (mitk::Tool *) | 
| void | OnAcceptPreview () | 
  Protected Attributes inherited from QmitkBinaryThresholdToolGUIBase | |
| ctkRangeWidget * | m_ThresholdRange | 
| ctkSliderWidget * | m_ThresholdSlider | 
| bool | m_ULMode | 
| bool | m_InternalUpdate | 
  Protected Attributes inherited from QmitkSegWithPreviewToolGUIBase | |
| EnableConfirmSegBtnFunctionType | m_EnableConfirmSegBtnFnc | 
  Protected Attributes inherited from QmitkToolGUI | |
| mitk::Tool::Pointer | m_Tool | 
GUI for mitk::BinaryThresholdTool.
This GUI shows a slider to change the tool's threshold and an OK button to accept a preview for actual thresholding.
Last contributor: $Author$
Definition at line 28 of file QmitkBinaryThresholdULToolGUI.h.
      
  | 
  protected | 
      
  | 
  overrideprotected | 
| Pointer QmitkBinaryThresholdULToolGUI::Clone | ( | ) | const | 
| QmitkBinaryThresholdULToolGUI::mitkClassMacro | ( | QmitkBinaryThresholdULToolGUI | , | 
| QmitkBinaryThresholdToolGUIBase | |||
| ) | 
      
  | 
  static |