60 Superclass::Deactivated();
72 Superclass::Activated();
112 bool correctionForIpSegmentation,
113 bool constrainToInside)
116 slice, contourIn3D, correctionForIpSegmentation, constrainToInside);
121 bool correctionForIpSegmentation)
124 sliceGeometry, contourIn2D, correctionForIpSegmentation);
129 int paintingPixelValue)
135 unsigned int timeStep,
137 int paintingPixelValue)
static ContourModel::Pointer BackProjectContourFrom2DSlice(const BaseGeometry *sliceGeometry, ContourModel *contourIn2D, bool correctionForIpSegmentation=false)
Projects a slice index coordinates of a contour back into world coordinates.
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
Data management class that handles 'was created by' relations.
static void FillContourInSlice(ContourModel *projectedContour, Image *sliceImage, mitk::Image::Pointer workingImage, int paintingPixelValue=1)
Fill a contour in a 2D slice with a specified pixel value at time step 0.
Image class for storing images.
static ContourModel::Pointer ProjectContourTo2DSlice(Image *slice, ContourModel *contourIn3D, bool correctionForIpSegmentation, bool constrainToInside)
Projects a contour onto an image point by point. Converts from world to index coordinates.
virtual void Remove(const DataNode *node)=0
Removes node from the DataStorage.
itk::SmartPointer< Self > Pointer
BaseGeometry Describes the geometry of a data object.