13 #ifndef mitkFeedbackContourTool_h
14 #define mitkFeedbackContourTool_h
64 void InitializeFeedbackContour(
bool isClosed);
67 void ClearsCurrentFeedbackContour(
bool isClosed);
79 void AddVertexToCurrentFeedbackContour(
const Point3D& point);
84 void SetFeedbackContourVisible(
bool);
87 void SetFeedbackContourColor(
float r,
float g,
float b);
88 void SetFeedbackContourColor(
const Color& color);
89 void SetFeedbackContourColorDefault();
90 void SetFeedbackContourWidth(
float width);
92 void Deactivated()
override;
94 void Activated()
override;
142 bool m_FeedbackContourVisible;