Page MenuHomePhabricator

Allow measurement on all data with geometry
Closed, ResolvedPublic

Description

The only condition for an object to be measured is that it provides its geometry and has a 2D Mapper since we measure only in the 2D render window.

This will especially enable measuring on surface / pointset objects. As of now, only image nodes can be selected.

Fastest solution (?): Verify that only geometry information is provided to the measurement algorithms and then allow surfaces and pointsets in the OnSelectionChanged() method.

Event Timeline

Also, if image is a segmentation, measurement is not possible.

User goetzm has pushed new remote branch:

bug-14580-MeasurementWithoutImageIsPossible

User goetzm has pushed new remote branch:

bug-14580-IntegrationV1

[ea6c00]: Merge branch 'bug-14580-IntegrationV1'

Merged commits:

2015-01-21 15:00:14 Michael Goetz [a8a85e]
Merge branch 'bug-14580-MeasurementWithoutImageIsPossible' into bug-14580-IntegrationV1


2015-01-14 15:40:10 Michael Goetz [117874]
Removed check for visible image.