13 #ifndef mitkBinaryThresholdULTool_h_Included 14 #define mitkBinaryThresholdULTool_h_Included 21 #include <itkBinaryThresholdImageFilter.h> 47 itkFactorylessNewMacro(
Self);
50 const char **GetXPM()
const override;
52 const char *
GetName()
const override;
54 void Activated()
override;
55 void Deactivated()
override;
57 virtual void SetThresholdValues(
double lower,
double upper);
58 virtual void AcceptCurrentThresholdValue();
59 virtual void CancelThresholding();
65 void SetupPreviewNode();
67 void CreateNewSegmentationFromThreshold(
DataNode *node);
69 void OnRoiDataChanged();
81 bool m_IsOldBinary =
false;
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
static std::string GetName(std::string fileName, std::string suffix)
Class for nodes of the DataTree.
Super-class that provides the functionality of a StateMachine to DataInteractors. ...