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

Deprecate computeRSD() functions that take pointclouds by pointer #2827

Merged

Conversation

taketwo
Copy link
Member

@taketwo taketwo commented Feb 4, 2019

There is no reason to require the arguments to be pointers and not just objects. This commit adds overloads that take point clouds by reference and deprecates the old versions with pointers.

Extracted from #2823.

There is no reason to require the arguments to be pointers and not just
objects. This commit adds overloads that take point clouds by reference
and deprecates the old versions with pointers.
@taketwo taketwo added module: features changelog: deprecation Meta-information for changelog generation labels Feb 4, 2019
@SergioRAgostinho SergioRAgostinho merged commit 56990bf into PointCloudLibrary:master Feb 5, 2019
@taketwo taketwo deleted the deprecate-compute-rsd branch February 5, 2019 08:51
@taketwo taketwo changed the title Deprecate computeRSD() functions that take point clouds by pointer Deprecate computeRSD() functions that take point clouds by pointer Jan 14, 2020
@taketwo taketwo changed the title Deprecate computeRSD() functions that take point clouds by pointer Deprecate computeRSD() functions that take pointclouds by pointer Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: deprecation Meta-information for changelog generation module: features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants