Page MenuHomePhabricator

Implement IIdentifiable for mitk::DataNode
Closed, ResolvedPublic

Description

Implement the interface. We can use the default UID strategy here.

The ID should be stored in a Property (name proposal "uid"); remark: so same pattern like mitk::DataNode::GetName() that also resamples the property "name".

Related Objects