13 #ifndef mitkFeedbackContourTool_h_Included 14 #define mitkFeedbackContourTool_h_Included 62 void SetFeedbackContourVisible(
bool);
65 void SetFeedbackContourColor(
float r,
float g,
float b);
66 void SetFeedbackContourColorDefault();
68 void Deactivated()
override;
70 void Activated()
override;
83 bool correctionForIpSegmentation =
false,
84 bool constrainToInside =
true);
96 bool correctionForIpSegmentation =
false);
101 void FillContourInSlice(
ContourModel *projectedContour,
Image *sliceImage,
int paintingPixelValue = 1);
107 unsigned int timeStep,
109 int paintingPixelValue = 1);
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Image class for storing images.
BaseGeometry Describes the geometry of a data object.