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

Method ISwitchableStream

pdal/util/IStream.hpp:605–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 static const bool DefaultIsLittleEndian = true;
604
605 PDAL_EXPORT ISwitchableStream() : m_isLittleEndian(DefaultIsLittleEndian)
606 {}
607
608 PDAL_EXPORT ISwitchableStream(const std::string& filename)
609 : IStream(filename)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected