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_
boost::shared_ptr< ::pcl::PCLPointCloud2 > Ptr
PCLPointCloud2::Ptr PCLPointCloud2Ptr
boost::shared_ptr< const ExtractIndices< PointT > > ConstPtr
std::string filter_name_
The filter name.
void filterDirectly(PointCloudPtr &cloud)
Apply the filter and store the results directly in the input cloud.
PointCloud::ConstPtr PointCloudConstPtr
ExtractIndices extracts a set of indices from a point cloud.
Filter represents the base filter class.
pcl::traits::fieldList< PointT >::type FieldList
void applyFilterIndices(std::vector< int > &indices)
Filtered results are indexed by an indices array.
boost::shared_ptr< ExtractIndices< PointT > > Ptr
boost::shared_ptr< ::pcl::PCLPointCloud2 const > ConstPtr
ExtractIndices()
Empty constructor.
FilterIndices represents the base class for filters that are about binary point removal.
void applyFilter(PointCloud &output)
Filtered results are stored in a separate point cloud.
ExtractIndices(bool extract_removed_indices=false)
Constructor.
PointCloud::Ptr PointCloudPtr
boost::shared_ptr< PointCloud< PointT > > Ptr
bool use_indices_
Set to true if point indices are used.
FilterIndices< PointT >::PointCloud PointCloud
boost::shared_ptr< const PointCloud< PointT > > ConstPtr
pcl::PCLPointCloud2 PCLPointCloud2
PCLPointCloud2::ConstPtr PCLPointCloud2ConstPtr
A point structure representing Euclidean xyz coordinates, and the RGB color.
void applyFilter(std::vector< int > &indices)
Filtered results are indexed by an indices array.