From 3a0f59732b765b4331f926d9abe0cd7dbd5bb0d9 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 3 Apr 2020 15:21:25 +0200 Subject: [PATCH] WIP read_PLY with nps --- Stream_support/include/CGAL/IO/PLY.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Stream_support/include/CGAL/IO/PLY.h b/Stream_support/include/CGAL/IO/PLY.h index 520d3e60a74..9690161d5df 100644 --- a/Stream_support/include/CGAL/IO/PLY.h +++ b/Stream_support/include/CGAL/IO/PLY.h @@ -201,6 +201,18 @@ bool read_PLY(std::istream& is, return read_PLY(is, points, polygons, dummy_pui, fcolors, vcolors, dummy_pf); } +//todo +template +bool read_OFF(std::istream& is, + PointRange& points, + PolygonRange& polygons, + VertexColorOutputIterator vc_out, + FaceColorOutputIterator fc_out) +{ +} + /*! * \ingroup IOstreamFunctions *