42 #include <pcl/filters/filter_indices.h>
68 template<
typename Po
intT>
75 using FieldList =
typename pcl::traits::fieldList<PointT>::type;
79 using Ptr = shared_ptr<ExtractIndices<PointT> >;
80 using ConstPtr = shared_ptr<const ExtractIndices<PointT> >;
171 filter_name_ =
"ExtractIndices";
198 #ifdef PCL_NO_PRECOMPILE
199 #include <pcl/filters/impl/extract_indices.hpp>
Filter represents the base filter class.
std::string filter_name_
The filter name.
FilterIndices represents the base class for filters that are about binary point removal.
PCLPointCloud2::Ptr PCLPointCloud2Ptr
PCLPointCloud2::ConstPtr PCLPointCloud2ConstPtr
typename PointCloud::Ptr PointCloudPtr
typename PointCloud::ConstPtr PointCloudConstPtr
bool use_indices_
Set to true if point indices are used.
PointCloud represents the base class in PCL for storing collections of 3D points.
shared_ptr< PointCloud< PointT > > Ptr
shared_ptr< const PointCloud< PointT > > ConstPtr
IndicesAllocator<> Indices
Type used for indices in PCL.
shared_ptr< ::pcl::PCLPointCloud2 > Ptr
shared_ptr< const ::pcl::PCLPointCloud2 > ConstPtr
A point structure representing Euclidean xyz coordinates, and the RGB color.