Page MenuHomePhabricator

Inefficient iteration over planar figures in QmitkMeasurementView::AddAllInteractors()
Closed, ResolvedPublic

Description

Instead of an iteration over all DataNodes and casting them to planar figures, better create a subset with node predicates.

Event Timeline

User knorr has pushed new remote branch:

bug-16964-InefficientIterationOverAllDataNodes

[d205cf]: Merge branch 'bug-16964-InefficientIterationOverAllDataNodes'

Merged commits:

2014-02-12 16:13:00 Daniel Knorr [ad9ad8]
Implemented a new method to get all planar figures out of the data storage.
Now it will be iterated over all planar figures.
Changed also in RemoveAllInteractors().