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 {