42 #include <pcl/filters/filter_indices.h>
44 #include <unordered_map>
59 template <
typename Po
intT>
74 using Ptr = shared_ptr<UniformSampling<PointT> >;
75 using ConstPtr = shared_ptr<const UniformSampling<PointT> >;
136 std::unordered_map<std::size_t, Leaf>
leaves_;
161 #ifdef PCL_NO_PRECOMPILE
162 #include <pcl/filters/impl/uniform_sampling.hpp>
Filter represents the base filter class.
shared_ptr< Filter< PointT > > Ptr
shared_ptr< const Filter< PointT > > ConstPtr
std::string filter_name_
The filter name.
FilterIndices represents the base class for filters that are about binary point removal.
PointCloud represents the base class in PCL for storing collections of 3D points.
#define PCL_MAKE_ALIGNED_OPERATOR_NEW
Macro to signal a class requires a custom allocator.
IndicesAllocator<> Indices
Type used for indices in PCL.
A point structure representing Euclidean xyz coordinates, and the RGB color.