CGAL 5.1 - Point Set Processing
CGAL::PLY_property< T > Struct Template Reference

#include <CGAL/IO/read_ply_points.h>

Definition

template<typename T>
struct CGAL::PLY_property< T >

Class used to identify a PLY property as a type and a name.

See also
read_ply_points_with_properties()
Examples
Point_set_processing_3/read_ply_points_with_colors_example.cpp, and Point_set_processing_3/write_ply_points_example.cpp.

Public Types

typedef T type
 

Public Member Functions

 PLY_property (const char *name)
 

Public Attributes

const char * name
 

Member Typedef Documentation

◆ type

template<typename T >
typedef T CGAL::PLY_property< T >::type

Constructor & Destructor Documentation

◆ PLY_property()

template<typename T >
CGAL::PLY_property< T >::PLY_property ( const char *  name)

Member Data Documentation

◆ name

template<typename T >
const char* CGAL::PLY_property< T >::name