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

Method StacReader

io/StacReader.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153std::string StacReader::getName() const { return stacinfo.name; }
154
155StacReader::StacReader():
156 m_p(new StacReader::Private)
157{};
158
159StacReader::~StacReader(){};
160

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected