Page MenuHomePhabricator

MaskGenerator should be abstract class
Closed, WontfixPublic

Description

/**
 * @brief GetMask must be overridden by derived classes.
 * @return mitk::Image::Pointer of generated mask
 */
virtual mitk::Image::Pointer GetMask();

We should enforce this by

virtual mitk::Image::Pointer GetMask()=0;

Event Timeline

hentsch triaged this task as Normal priority.Dec 20 2018, 9:44 AM
hentsch created this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs