]> OCCT Git - occt.git/commit
0031173: Point Cloud Rendering - Enable remote file systems as input and output for...
authoragv <agv@opencascade.com>
Fri, 22 Nov 2019 09:21:55 +0000 (12:21 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 18 Sep 2020 14:46:51 +0000 (17:46 +0300)
commit97454ee0cb91d6de79394150d8cdabf15184ac5a
treec16185ed4b3a2d0ddd444dad86658e5c83c9489e
parentcd0705f6600306acdf53ac4f596ac6c4f77a766b
0031173: Point Cloud Rendering - Enable remote file systems as input and output for the Point Cloud converter

Make RWStl_Reader::IsAscii() accepting optional argument pointing how to rewind the input stream, using unget() or seekg(). This allows writing a reader that uses a stream supporting seekg but not supporting unget.
src/RWStl/RWStl_Reader.cxx
src/RWStl/RWStl_Reader.hxx