The source project of this merge request has been removed.
WIP: Simplify the GeometryID interface
- Add explicit getters and setters for the GeometryID components.
- Remove unused/unnecessary GeometryID operators, i.e. only
operator<
andoperator==
are really necessary. - Extract underlying bit encoding into a separate
MultiIndex
class. This is intended to be reused for similar encoding types, e.g.Barcode
in the framework.
Fixes #654 (closed) and #655 (closed).