Skip to content

Commit

Permalink
Merge pull request #3888 from kunaltyagi/passthrough-deprecation
Browse files Browse the repository at this point in the history
Deprecating functions in non-speclialized Passthrough filter
  • Loading branch information
SergioRAgostinho authored Apr 14, 2020
2 parents b155d34 + 86d5218 commit 44df3b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filters/include/pcl/filters/passthrough.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ namespace pcl
* \warning This method will be removed in the future. Use setNegative() instead.
* \param[in] limit_negative return data inside the interval (false) or outside (true)
*/
PCL_DEPRECATED(1, 13, "use inherited FilterIndices::setNegative() instead")
inline void
setFilterLimitsNegative (const bool limit_negative)
{
Expand All @@ -160,6 +161,7 @@ namespace pcl
* \warning This method will be removed in the future. Use getNegative() instead.
* \param[out] limit_negative true if data \b outside the interval [min; max] is to be returned, false otherwise
*/
PCL_DEPRECATED(1, 13, "use inherited FilterIndices::getNegative() instead")
inline void
getFilterLimitsNegative (bool &limit_negative) const
{
Expand Down

0 comments on commit 44df3b3

Please sign in to comment.