Point Cloud Library (PCL)  1.11.1
Classes | Variables
pcl::experimental Namespace Reference

Classes

class  FunctorFilter
 Filter point clouds and indices based on a functor passed in the ctor. More...
 
class  EuclideanClusterComparator
 

Variables

template<typename PointT , typename Function >
constexpr static bool is_functor_for_filter_v
 

Variable Documentation

◆ is_functor_for_filter_v

template<typename PointT , typename Function >
constexpr static bool pcl::experimental::is_functor_for_filter_v
staticconstexpr
Initial value:
=
Function,
detail::int_type_t< detail::index_type_size, detail::index_type_signed > index_t
Type used for an index in PCL.
Definition: types.h:120
std::remove_cv_t< std::remove_reference_t< T > > remove_cvref_t
Definition: type_traits.h:290
constexpr bool is_invocable_r_v
Definition: type_traits.h:277

Definition at line 18 of file functor_filter.h.