CGAL 4.9 - Point Set Processing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Ply_interpreter_points_and_normals_3< OutputIteratorValueType, OutputIterator, PointPMap, NormalPMap, Kernel > Class Template Reference

#include <CGAL/IO/read_ply_points.h>

Definition

PLY interpreter designed to fill an output iterator of points and normals based on given property maps.

It is used internally by the functions read_ply_points() and read_ply_points_and_normals().

Template Parameters
OutputIteratorValueTypetype of objects that can be put in OutputIterator.
OutputIteratoriterator over output points.
PointPMapis a model of WritablePropertyMap with value type Point_3<Kernel>.
NormalPMapis a model of WritablePropertyMap with value type Vector_3<Kernel>.
KernelGeometric traits class.
Is Model Of:
PlyInterpreter

Public Member Functions

 Ply_interpreter_points_and_normals_3 (OutputIterator output, PointPMap &point_pmap, NormalPMap &normal_pmap)
 Constructs a PLY interpreter for points and normals.
 
bool is_applicable (Ply_reader &reader)
 
void process_line (Ply_reader &reader)