Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/io/ply/ply_parser.h>
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 &)> |
Definition at line 185 of file ply_parser.h.
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.
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.
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.
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.