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

Method I3SReader

io/I3SReader.cpp:82–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80std::string I3SReader::getName() const { return i3sInfo.name; }
81
82I3SReader::I3SReader() : EsriReader(std::make_unique<I3SInterface>(m_filename))
83{}
84
85void I3SInterface::initInfo()
86{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected