13 #ifndef mitkContourModelUtils_h 14 #define mitkContourModelUtils_h 18 #include <vtkSmartPointer.h> 58 static void FillContourInSlice(
const ContourModel *projectedContour,
60 const Image* workingImage,
61 int paintingPixelValue = 1);
70 static void FillContourInSlice(
const ContourModel *projectedContour,
73 const Image* workingImage,
74 int paintingPixelValue = 1);
89 static void FillSliceInSlice(vtkSmartPointer<vtkImageData> filledImage,
90 vtkSmartPointer<vtkImageData> resultImage,
92 int paintingPixelValue,
93 double fillForegroundThreshold = 1.0);
108 static int GetActivePixelValue(
const Image* workingImage);
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
#define MITKCONTOURMODEL_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacroItkParent(className, SuperClassName)
Image class for storing images.
std::vcl_size_t TimeStepType
Helpful methods for working with contours and images.
BaseGeometry Describes the geometry of a data object.