Namespace pcl::io::ply¶
Contents
Namespaces¶
Classes¶
Template Struct ply_parser::list_property_begin_callback_type
Template Struct ply_parser::list_property_definition_callback_type
Template Struct list_property_definition_callbacks_type::callbacks_element
Template Struct list_property_definition_callbacks_type::pair_with
Template Struct list_property_definition_callbacks_type::sequence_product
Template Struct ply_parser::list_property_element_callback_type
Template Struct ply_parser::scalar_property_definition_callback_type
Template Struct scalar_property_definition_callbacks_type::callbacks_element
Enums¶
Functions¶
Function pcl::io::ply::PLY_TYPE_TRAITS(int8, int16, “int8”, “char”)
Function pcl::io::ply::PLY_TYPE_TRAITS(int16, int16, “int16”, “short”)
Function pcl::io::ply::PLY_TYPE_TRAITS(int32, int32, “int32”, “int”)
Function pcl::io::ply::PLY_TYPE_TRAITS(uint8, uint16, “uint8”, “uchar”)
Function pcl::io::ply::PLY_TYPE_TRAITS(uint16, uint16, “uint16”, “ushort”)
Function pcl::io::ply::PLY_TYPE_TRAITS(uint32, uint32, “uint32”, “uint”)
Function pcl::io::ply::PLY_TYPE_TRAITS(float32, float32, “float32”, “float”)
Function pcl::io::ply::PLY_TYPE_TRAITS(float64, float64, “float64”, “double”)