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

Method MemoryViewReader

io/MemoryViewReader.cpp:52–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50std::string MemoryViewReader::getName() const { return s_info.name; }
51
52MemoryViewReader::MemoryViewReader() : m_prepared(false)
53{}
54
55
56// NOTE: - Forces reading of the entire file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected