The source project of this merge request has been removed.
Simplify the GeometryID interface (w/o introducing MultiIndex)
- Add explicit getters and setters for the GeometryID components.
- Remove unused/unnecessary GeometryID operators, i.e. only
operator<
andoperator==
are really necessary. - Implement bit coding as
constexpr ...
functions and remove unused macros.
Fixes #654 (closed) and #655 (closed).
This is !683 (closed) with just the GeometryID
interface changes and no MultiIndex
.