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 *