CGAL 4.10.1 - Point Set Processing
|
#include <CGAL/IO/read_ply_points.h>
The PLY reader is initialized with the correct set of properties (along with their name tags and number types) based on the header of the PLY input file.
It loads all the points with their specific properties of the PLY input and delegates the interpretation to a user-specified PlyInterpreter
.
Public Member Functions | |
template<typename Type > | |
bool | does_tag_exist (const char *tag) |
template<typename Type > | |
void | assign (Type &t, const char *tag) |
void CGAL::Ply_reader::assign | ( | Type & | t, |
const char * | tag | ||
) |
t | reference to store last read value of the property tag |
tag | name of the required property |
bool CGAL::Ply_reader::does_tag_exist | ( | const char * | tag) |
Type | type of the property (ex: double, float, unsigned char, etc.) |
tag | name of the property (ex: nx for x normal coordinate) |
tag
with type Type
, false otherwise