13 #ifndef mitkRegionGrowingTool_h
14 #define mitkRegionGrowingTool_h
53 itkFactorylessNewMacro(
Self);
56 const char **
GetXPM()
const override;
96 template <
typename TPixel,
unsigned int imageDimension>
98 const itk::Index<imageDimension>& index,
100 unsigned int neighborhood = 1);
105 template <
typename TPixel,
unsigned int imageDimension>
107 const itk::Index<imageDimension>& seedPoint,
108 const std::array<ScalarType, 2>& thresholds,
114 template <
typename TPixel,
unsigned int imageDimension>
131 int m_PaintingPixelValue;
132 bool m_FillFeedbackContour;
133 int m_ConnectedComponentValue;
#define MITKSEGMENTATION_EXPORT
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implem...
Find image slices visible on a given plane.