Page MenuHomePhabricator

paintbrushtools produce vtk-warnings
Closed, ResolvedPublic

Description

when using the paintbrushtools (paint and wipe) vtk-warnings are shown

Event Timeline

The warnings are produced because of coincident points in the contour. When getting the contour from ipMITKSegmentationGetContour8N the first ant the last point are equal. Leaving the last point out seems to produce correct contours without vtk-warnings. Need to do some testing

[SVN revision 26136]
FIX (#5294): leave the last contour point retrieved from ipMITKSegmentationGetContour8N out, when creating mitk::Contour

All fixes up to rev 26422 (28.09.10) were merged to the 3M-3_1 branch. Please contact Markus E. if you commited more fixes to this bug afterwards.