13 #ifndef mitkContourModelUtils_h
14 #define mitkContourModelUtils_h
18 #include <vtkSmartPointer.h>
63 const Image* workingImage,
64 int paintingPixelValue = 1));
79 const Image* workingImage,
80 int paintingPixelValue = 1));
92 static void FillContourInSlice2(
const ContourModel* projectedContour,
94 int paintingPixelValue = 1);
108 static void FillContourInSlice2(
const ContourModel* projectedContour,
111 int paintingPixelValue = 1);
131 int paintingPixelValue,
132 double fillForegroundThreshold = 1.0);
147 static int GetActivePixelValue(
const Image* workingImage);