17 #ifndef mitkPickingTool_h_Included
18 #define mitkPickingTool_h_Included
51 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
53 virtual const char **GetXPM()
const override;
54 virtual const char *
GetName()
const override;
57 virtual void Activated()
override;
58 virtual void Deactivated()
override;
66 void ConfirmSegmentation();
81 template <
typename TPixel,
unsigned int VImageDimension>
82 void StartRegionGrowing(itk::Image<TPixel, VImageDimension> *itkImage,
Data management class that handles 'was created by' relations.
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
static mitk::DataStorage::Pointer GetDataStorage()
#define mitkClassMacro(className, SuperClassName)
static std::string GetName(std::string fileName, std::string suffix)
BaseGeometry Describes the geometry of a data object.
Class for nodes of the DataTree.
Super-class that provides the functionality of a StateMachine to DataInteractors. ...