\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.9.1 - 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)