HomePhabricator
Diffusion MITK 89566de2f706

BREAKING: Removed obsolete class SetRegionTool.

Description

BREAKING: Removed obsolete class SetRegionTool.

Reason: The class is not needed anymore. All tools derived from
this class are now based on the simplier (and more robust)
FillRegionBaseTool (which fixes several bugs).
Migration: Check out the FillRegionBaseTool and how FillRegionTool,
EraseRegionTool and CloseRegionTool are implemented.