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

Method SlpkInterface

io/SlpkReader.cpp:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65struct SlpkInterface : public i3s::Interface
66{
67 SlpkInterface(const std::string& filename) : m_filename(filename)
68 {}
69 ~SlpkInterface() override
70 { FileUtils::unmapFile(m_ctx); }
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected