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

Add setter/getter for search method in ConditionalEuclideanClustering #2437

Merged
merged 1 commit into from
Sep 12, 2018
Merged

Add setter/getter for search method in ConditionalEuclideanClustering #2437

merged 1 commit into from
Sep 12, 2018

Conversation

ToMadoRe
Copy link
Contributor

@ToMadoRe ToMadoRe commented Sep 12, 2018

No description provided.

@ToMadoRe ToMadoRe changed the title add missing setter/getter function for the search ptr in conditional … add missing setter/getter function for search in conditional clustering Sep 12, 2018
Copy link
Member

@SergioRAgostinho SergioRAgostinho left a comment

Choose a reason for hiding this comment

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

👋 :). See the comments below.

/** \brief Get a pointer to the search method used.
* @todo fix this for a generic search tree
*/
inline SearcherPtr
Copy link
Member

Choose a reason for hiding this comment

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

Pass a const reference out instead.

const SearcherPtr&

}

/** \brief Get a pointer to the search method used.
* @todo fix this for a generic search tree
Copy link
Member

Choose a reason for hiding this comment

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

Can you provide some more info on this comment?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Shall I just remove the @todo line? I don't see why the brief description would not be sufficient here.

Copy link
Member

Choose a reason for hiding this comment

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

Yup let's go with that.

@SergioRAgostinho SergioRAgostinho added this to the pcl-1.9.0 milestone Sep 12, 2018
@taketwo taketwo merged commit 1cc6af7 into PointCloudLibrary:master Sep 12, 2018
@taketwo taketwo changed the title add missing setter/getter function for search in conditional clustering Add setter/getter for search method in ConditionalEuclideanClustering Sep 12, 2018
@ToMadoRe ToMadoRe deleted the add_missing_search_setter_for_conditional_clustering branch September 12, 2018 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants