40 #ifndef PCL_FILTERS_EXTRACT_INDICES_H_
41 #define PCL_FILTERS_EXTRACT_INDICES_H_
43 #include <pcl/filters/filter_indices.h>
69 template<
typename Po
intT>
80 typedef boost::shared_ptr< ExtractIndices<PointT> >
Ptr;
81 typedef boost::shared_ptr< const ExtractIndices<PointT> >
ConstPtr;
172 filter_name_ =
"ExtractIndices";
195 applyFilter (std::vector<int> &indices);
199 #ifdef PCL_NO_PRECOMPILE
200 #include <pcl/filters/impl/extract_indices.hpp>
203 #endif // PCL_FILTERS_EXTRACT_INDICES_H_