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

Method SlpkReader

io/SlpkReader.cpp:91–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89std::string SlpkReader::getName() const { return slpkInfo.name; }
90
91SlpkReader::SlpkReader() : EsriReader(std::make_unique<SlpkInterface>(m_filename))
92{}
93
94void SlpkInterface::initInfo()
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected