Page MenuHomePhabricator

Clear points is not working properly for the fast marching tools
Closed, ResolvedPublic

Event Timeline

Reopening bug:

Especially for the 3D fast marching tool if you clear the points often a new placement of new seedpoints has no effect. The computation simply does not start.

Reopening bug:

Especially for the 3D fast marching tool if you clear the points often a new placement of new seedpoints has no effect. The computation simply does not start.

When clearing the seeds the pointset is completely renewed. So there are no callback functions for adding and deleting points. Can be solved by adding the SimpleMemberCommands again.

New remote branch pushed: bug-16022-clear-seed-points

[845ad4]: Merge branch 'bug-16022-clear-seed-points'

Merged commits:

2013-09-18 10:40:20 Tobias Schroeder [5ccf86]
Add callback function after clearing pointset.