40 #ifndef PCL_FILTERS_EXTRACT_INDICES_H_
41 #define PCL_FILTERS_EXTRACT_INDICES_H_
69 template<
typename Po
intT>
86 filter_name_ =
"ExtractIndices";
122 applyFilter (std::vector<int> &indices)
124 applyFilterIndices (indices);
131 applyFilterIndices (std::vector<int> &indices);
168 filter_name_ =
"ExtractIndices";
185 applyFilter (PointCloud2 &output);
191 applyFilter (std::vector<int> &indices);
195 #endif // PCL_FILTERS_EXTRACT_INDICES_H_