Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::detail::FieldAdderAdvanced< PointT > Struct Template Reference

Used together with pcl::for_each_type, creates list of all fields, and list of size of each field. More...

#include <pcl/conversions.h>

Public Member Functions

 FieldAdderAdvanced (std::vector< pcl::PCLPointField > &fields, std::vector< std::size_t > &field_sizes)
 
template<typename U >
void operator() ()
 

Public Attributes

std::vector< pcl::PCLPointField > & fields_
 
std::vector< std::size_t > & field_sizes_
 

Detailed Description

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

Used together with pcl::for_each_type, creates list of all fields, and list of size of each field.

Definition at line 279 of file conversions.h.

Constructor & Destructor Documentation

◆ FieldAdderAdvanced()

template<typename PointT >
pcl::detail::FieldAdderAdvanced< PointT >::FieldAdderAdvanced ( std::vector< pcl::PCLPointField > &  fields,
std::vector< std::size_t > &  field_sizes 
)
inline

Definition at line 281 of file conversions.h.

Member Function Documentation

◆ operator()()

template<typename PointT >
template<typename U >
void pcl::detail::FieldAdderAdvanced< PointT >::operator() ( )
inline

Member Data Documentation

◆ field_sizes_

template<typename PointT >
std::vector<std::size_t>& pcl::detail::FieldAdderAdvanced< PointT >::field_sizes_

◆ fields_

template<typename PointT >
std::vector<pcl::PCLPointField>& pcl::detail::FieldAdderAdvanced< PointT >::fields_

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