@@ -478,16 +478,6 @@ namespace pcl
478478 filter_limit_negative_ = limit_negative;
479479 }
480480
481- /* * \brief Get whether the data outside the interval (min/max) is to be returned (true) or inside (false).
482- * \param[out] limit_negative true if data \b outside the interval [min; max] is to be returned, false otherwise
483- */
484- PCL_DEPRECATED (1 , 16 , " use bool getFilterLimitsNegative() instead" )
485- inline void
486- getFilterLimitsNegative (bool &limit_negative) const
487- {
488- limit_negative = filter_limit_negative_;
489- }
490-
491481 /* * \brief Get whether the data outside the interval (min/max) is to be returned (true) or inside (false).
492482 * \return true if data \b outside the interval [min; max] is to be returned, false otherwise
493483 */
@@ -827,16 +817,6 @@ namespace pcl
827817 filter_limit_negative_ = limit_negative;
828818 }
829819
830- /* * \brief Get whether the data outside the interval (min/max) is to be returned (true) or inside (false).
831- * \param[out] limit_negative true if data \b outside the interval [min; max] is to be returned, false otherwise
832- */
833- PCL_DEPRECATED (1 , 16 , " use bool getFilterLimitsNegative() instead" )
834- inline void
835- getFilterLimitsNegative (bool &limit_negative) const
836- {
837- limit_negative = filter_limit_negative_;
838- }
839-
840820 /* * \brief Get whether the data outside the interval (min/max) is to be returned (true) or inside (false).
841821 * \return true if data \b outside the interval [min; max] is to be returned, false otherwise
842822 */
0 commit comments