Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move ContainmentMode to h3api.h #958

Merged
merged 2 commits into from
Dec 31, 2024

Conversation

isaacbrodsky
Copy link
Collaborator

fixes #956

@coveralls
Copy link

coveralls commented Dec 24, 2024

Coverage Status

coverage: 98.784%. remained the same
when pulling fdf1370 on isaacbrodsky:move-mode-enum-public
into d5af234 on uber:master.

CONTAINMENT_OVERLAPPING = 2, ///< Cell overlaps the shape at any point
CONTAINMENT_OVERLAPPING_BBOX = 3, ///< Cell bounding box overlaps shape
CONTAINMENT_INVALID = 4 ///< This mode is invalid and should not be used
} ContainmentMode;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely not blocking, just a thought: do we want to label this like ContainmentModeExperimental?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't feel strongly we should do so. This does not seem to be part of the experimental API (except maybe overlapping_bbox) and should be easier to change because it is not part of the ABI.

@isaacbrodsky isaacbrodsky merged commit 0e515cf into uber:master Dec 31, 2024
38 checks passed
@isaacbrodsky isaacbrodsky deleted the move-mode-enum-public branch December 31, 2024 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move ContainmentMode enum to public h3api.h.in
4 participants