42#include <pcl/filters/filter.h>
44#include <unordered_map>
58 template <
typename Po
intT>
119 std::unordered_map<std::size_t, Leaf>
leaves_;
141#ifdef PCL_NO_PRECOMPILE
142#include <pcl/filters/impl/uniform_sampling.hpp>
Iterator class for point clouds with or without given indices.
Filter represents the base filter class.
bool extract_removed_indices_
Set to true if we want to return the indices of the removed points.
const std::string & getClassName() const
Get a string representation of the name of this class.
std::string filter_name_
The filter name.
IndicesPtr removed_indices_
Indices of the points that are removed.
PointCloudConstPtr input_
The input point cloud dataset.
IndicesPtr indices_
A pointer to the vector of point indices to use.
PointCloud represents the base class in PCL for storing collections of 3D points.
A point structure representing Euclidean xyz coordinates, and the RGB color.