Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
pcl::detail::Accumulators< PointT > Struct Template Reference

#include <pcl/common/impl/accumulators.hpp>

+ Inheritance diagram for pcl::detail::Accumulators< PointT >:

Public Types

using type
 

Detailed Description

template<typename PointT>
struct pcl::detail::Accumulators< PointT >

Definition at line 230 of file accumulators.hpp.

Member Typedef Documentation

◆ type

template<typename PointT >
using pcl::detail::Accumulators< PointT >::type
Initial value:
typename boost::fusion::result_of::as_vector<
typename boost::mpl::filter_view<
boost::mpl::vector<
AccumulatorXYZ
, AccumulatorNormal
, AccumulatorCurvature
, AccumulatorRGBA
, AccumulatorIntensity
, AccumulatorLabel
>
, IsAccumulatorCompatible<PointT>
>
typename boost::fusion::result_of::as_vector< typename boost::mpl::filter_view< boost::mpl::vector< AccumulatorXYZ, AccumulatorNormal, AccumulatorCurvature, AccumulatorRGBA, AccumulatorIntensity, AccumulatorLabel >, IsAccumulatorCompatible< PointT > > >::type type

Definition at line 232 of file accumulators.hpp.


The documentation for this struct was generated from the following file: