Home
last modified time | relevance | path

Searched defs:OLeStream (Results 1 – 2 of 2) sorted by relevance

/dports/math/pdal/PDAL-2.3.0/pdal/util/
H A DOStream.hpp126 class OLeStream : public OStream class
129 PDAL_DLL OLeStream() in OLeStream() function in pdal::OLeStream
131 PDAL_DLL OLeStream(const std::string& filename) : OStream(filename) in OLeStream() function in pdal::OLeStream
133 PDAL_DLL OLeStream(std::ostream *stream) : OStream(stream) in OLeStream() function in pdal::OLeStream
/dports/math/pdal/PDAL-2.3.0/io/
H A DBpfCompressor.hpp66 BpfCompressor(OLeStream&, size_t) in BpfCompressor() argument