From 86d52187d2f0ffb44df5c957bfcbcf64f686d2bf Mon Sep 17 00:00:00 2001 From: Kunal Tyagi Date: Wed, 8 Apr 2020 09:10:07 +0900 Subject: [PATCH] Deprecating functions in non-speclialized Passthrough filter --- filters/include/pcl/filters/passthrough.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filters/include/pcl/filters/passthrough.h b/filters/include/pcl/filters/passthrough.h index 83b435ffb6a..d0f541d47f6 100644 --- a/filters/include/pcl/filters/passthrough.h +++ b/filters/include/pcl/filters/passthrough.h @@ -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) { @@ -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 {