MCPcopy Create free account
hub / github.com/PDAL/PDAL / OBeStream

Method OBeStream

pdal/util/OStream.hpp:221–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219{
220public:
221 PDAL_EXPORT OBeStream()
222 {}
223 PDAL_EXPORT OBeStream(const std::string& filename) : OStream(filename)
224 {}
225 PDAL_EXPORT OBeStream(std::ostream *stream) : OStream(stream)

Callers

nothing calls this directly

Calls 1

OStreamClass · 0.85

Tested by

no test coverage detected