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

[SpatialPartitioning] Change part of the kdtree API #123

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

azaleostu
Copy link
Contributor

This PR renames some of the KdTree accessors and changes its to_string method to a print method taking an std::ostream as argument. This PR also adds an operator<< overload for the KdTree.

Most notably, the index_data method was renamed to samples to work on solving the confusion raised by how the KdTree handles sampling (see #114).

CHANGELOG Outdated Show resolved Hide resolved
Copy link
Contributor

@nmellado nmellado left a comment

Choose a reason for hiding this comment

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

Please update tests and examples to reflect API changes

@nmellado nmellado merged commit 8f9df5f into poncateam:master Dec 18, 2023
12 checks passed
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.

2 participants