Skip to content

Simplify the GeometryID interface (w/o introducing MultiIndex)

Moritz Kiehn requested to merge (removed):streamline_geoid into master
  • Add explicit getters and setters for the GeometryID components.
  • Remove unused/unnecessary GeometryID operators, i.e. only operator< and operator== 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.

Merge request reports