13 #ifndef mitkPickingTool_h_Included 14 #define mitkPickingTool_h_Included 47 itkFactorylessNewMacro(
Self);
50 const char **GetXPM()
const override;
51 const char *
GetName()
const override;
54 void Activated()
override;
55 void Deactivated()
override;
63 void ConfirmSegmentation();
78 template <
typename TPixel,
unsigned int VImageDimension>
Data management class that handles 'was created by' relations.
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
void StartRegionGrowing(itk::Image< TPixel, VImageDimension > *itkImage, mitk::Image::Pointer &result)
#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. ...