Skip to content

WIP: Simplify the GeometryID interface

Moritz Kiehn requested to merge (removed):multiindex 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.
  • 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).

Merge request reports