17 #ifndef mitkFeedbackContourTool_h_Included
18 #define mitkFeedbackContourTool_h_Included
66 void SetFeedbackContourVisible(
bool);
69 void SetFeedbackContourColor(
float r,
float g,
float b);
70 void SetFeedbackContourColorDefault();
72 void Deactivated()
override;
74 void Activated()
override;
84 bool correctionForIpSegmentation =
false,
85 bool constrainToInside =
true);
95 bool correctionForIpSegmentation =
false);
100 void FillContourInSlice(
ContourModel *projectedContour,
Image *sliceImage,
int paintingPixelValue = 1);
106 unsigned int timeStep,
108 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.