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

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

+ Inheritance diagram for pcl::io::ply::ply_parser::scalar_property_definition_callback_type< ScalarType >:

Public Types

using scalar_property_callback_type = typename scalar_property_callback_type< ScalarType >::type
 
using type = std::function< scalar_property_callback_type(const std::string &, const std::string &)>
 

Detailed Description

template<typename ScalarType>
struct pcl::io::ply::ply_parser::scalar_property_definition_callback_type< ScalarType >

Definition at line 99 of file ply_parser.h.

Member Typedef Documentation

◆ scalar_property_callback_type

Definition at line 101 of file ply_parser.h.

◆ type

template<typename ScalarType >
using pcl::io::ply::ply_parser::scalar_property_definition_callback_type< ScalarType >::type = std::function<scalar_property_callback_type (const std::string&, const std::string&)>

Definition at line 102 of file ply_parser.h.


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