40 #ifndef PCL_FILTERS_FILTER_INDICES_H_
41 #define PCL_FILTERS_FILTER_INDICES_H_
43 #include <pcl/filters/filter.h>
61 template<
typename Po
intT>
void
74 template<
typename Po
intT>
81 typedef boost::shared_ptr< FilterIndices<PointT> >
Ptr;
82 typedef boost::shared_ptr< const FilterIndices<PointT> >
ConstPtr;
210 keep_organized_ (false),
211 user_filter_value_ (std::numeric_limits<float>::quiet_NaN ())
213 extract_removed_indices_ = extract_removed_indices;
232 filter (std::vector<int> &indices);
240 negative_ = negative;
259 keep_organized_ = keep_organized;
269 return (keep_organized_);
279 user_filter_value_ = value;
294 applyFilter (std::vector<int> &indices) = 0;
298 #ifdef PCL_NO_PRECOMPILE
299 #include <pcl/filters/impl/filter_indices.hpp>
302 #endif //#ifndef PCL_FILTERS_FILTER_INDICES_H_