<div dir="ltr"><div><div><div><div><div>Hello!<br><br></div>I am currently developing an application which would benefit from using a buffer when reading a las file.<br><br></div>The C++ API has a CreateCached method in the ReaderFactory, but I can't seem to discover which is the intended way to use it, there's no reference anywhere on the documentation, and actually no other method calls it.<br><br></div>Is it as simple as <br><br><span style="font-family:monospace,monospace">liblas::ReaderFactory readerFactory;<br>boost::uint32_t cache_size = 1000;<br>liblas::Reader reader(lasFStream, cache_size);</span><br><br></div><br></div>Cheers<br><div><div><br><div>Pol<br></div><div><br></div></div></div></div>