17 #ifndef mitkWatershedTool_h_Included
18 #define mitkWatershedTool_h_Included
50 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
52 void SetThreshold(
double t)
69 template <
typename TPixel,
unsigned int VImageDimension>
72 const char **GetXPM()
const override;
73 const char *
GetName()
const override;
80 virtual void Activated()
override;
81 virtual void Deactivated()
override;
#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)
Super-class that provides the functionality of a StateMachine to DataInteractors. ...