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
.
Merge request reports
Activity
Filter activity
changed milestone to %0.12.00
added Improvement Minor labels
mentioned in merge request !683 (closed)
added 1 commit
- c8f6ef8a - GeometryID: implement clang-tidy recommendations
I agree, that looks good to me too. @msmk can you comment on Paul's question?
Godbolt thinks so. Everything is optimized away to give you the effective value directly.
mentioned in commit 0f35558e
changed milestone to %0.11.00
mentioned in merge request !717 (merged)
mentioned in merge request atlas/atlasexternals!579 (merged)
Please register or sign in to reply