Page MenuHomePhabricator

VectorProperties are not getting modified by SetValue
Closed, ResolvedPublic

Description

Current implementations of properties based on mitk::VectorProperty do not get indicated as Modified() if SetValue is used.
In difference properties e.g. TemperoSpatialStringProperty or the ones based on GenericProperty call Modified().

I think properities should behave the same.

Open question: Should be VectorProperties be adapted?

Event Timeline

floca created this task.

Yes, this is a bug. All ITK-based objects should call Modified() in their setter methods, if the values actually changed.

kislinsk claimed this task.
kislinsk added a project: Moved to git.dkfz.de.

This task was closed here on Phabricator since it was migrated to GitLab. Please continue on GitLab.