Page MenuHomePhabricator

Extend PlanarFigure interface to allow retrieval of feature measurements
Closed, ResolvedPublic

Description

Measurements done by means of PlanarFigure objects should be directly available from the PlanarFigure interface.

Because the individual PlanarFigure sub-classes can have quite different measurable features (such as length, circumference, radius, angles, area, ...), the interface should be generic enough to handle all of these. Each feature should be designated by (at least) the measured quantity, a name (e.g., "Length"), and a unit (e.g., "mm").

Event Timeline

[SVN revision 19768]
ENH (#2793): Extended interface of PlanarFigure and subclasses to allow for retrieval of feature measurements

[SVN revision 19769]
COMP (#2793): Fixed gcc-incompatible reference initialization

This feature has been implemented; setting bug to FIXED