Point Cloud Library (PCL)
1.10.0
|
42 #include <pcl/filters/filter_indices.h>
68 template<
typename Po
intT>
171 filter_name_ =
"ExtractIndices";
194 applyFilter (std::vector<int> &indices)
override;
198 #ifdef PCL_NO_PRECOMPILE
199 #include <pcl/filters/impl/extract_indices.hpp>
This file defines compatibility wrappers for low level I/O functions.
typename PointCloud::ConstPtr PointCloudConstPtr
typename PointCloud::Ptr PointCloudPtr
shared_ptr< ::pcl::PCLPointCloud2 > Ptr
PCLPointCloud2::ConstPtr PCLPointCloud2ConstPtr
PointCloud represents the base class in PCL for storing collections of 3D points.
bool use_indices_
Set to true if point indices are used.
A point structure representing Euclidean xyz coordinates, and the RGB color.
PCLPointCloud2::Ptr PCLPointCloud2Ptr
shared_ptr< const ::pcl::PCLPointCloud2 > ConstPtr
FilterIndices represents the base class for filters that are about binary point removal.
Filter represents the base filter class.
std::string filter_name_
The filter name.
shared_ptr< PointCloud< PointT > > Ptr
shared_ptr< const PointCloud< PointT > > ConstPtr
boost::shared_ptr< T > shared_ptr
Alias for boost::shared_ptr.