Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types
pcl::io::ply::ply_parser::list_property_definition_callback_type< SizeType, ScalarType > Struct Template Reference

#include <pcl/io/ply/ply_parser.h>

+ Inheritance diagram for pcl::io::ply::ply_parser::list_property_definition_callback_type< SizeType, ScalarType >:

Public Types

using list_property_begin_callback_type = typename list_property_begin_callback_type< SizeType, ScalarType >::type
 
using list_property_element_callback_type = typename list_property_element_callback_type< SizeType, ScalarType >::type
 
using list_property_end_callback_type = typename list_property_end_callback_type< SizeType, ScalarType >::type
 
using type = std::function< std::tuple< list_property_begin_callback_type, list_property_element_callback_type, list_property_end_callback_type >(const std::string &, const std::string &)>
 

Detailed Description

template<typename SizeType, typename ScalarType>
struct pcl::io::ply::ply_parser::list_property_definition_callback_type< SizeType, ScalarType >

Definition at line 185 of file ply_parser.h.

Member Typedef Documentation

◆ list_property_begin_callback_type

template<typename SizeType , typename ScalarType >
using pcl::io::ply::ply_parser::list_property_definition_callback_type< SizeType, ScalarType >::list_property_begin_callback_type = typename list_property_begin_callback_type<SizeType, ScalarType>::type

Definition at line 187 of file ply_parser.h.

◆ list_property_element_callback_type

template<typename SizeType , typename ScalarType >
using pcl::io::ply::ply_parser::list_property_definition_callback_type< SizeType, ScalarType >::list_property_element_callback_type = typename list_property_element_callback_type<SizeType, ScalarType>::type

Definition at line 188 of file ply_parser.h.

◆ list_property_end_callback_type

template<typename SizeType , typename ScalarType >
using pcl::io::ply::ply_parser::list_property_definition_callback_type< SizeType, ScalarType >::list_property_end_callback_type = typename list_property_end_callback_type<SizeType, ScalarType>::type

Definition at line 189 of file ply_parser.h.

◆ type

template<typename SizeType , typename ScalarType >
using pcl::io::ply::ply_parser::list_property_definition_callback_type< SizeType, ScalarType >::type = std::function<std::tuple< list_property_begin_callback_type, list_property_element_callback_type, list_property_end_callback_type > (const std::string&, const std::string&)>

Definition at line 190 of file ply_parser.h.


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