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

Method Private

io/LasReader.cpp:176–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 std::unique_ptr<connector::Connector> connector;
175
176 Private() : apiHeader(header, srs, vlrs), index(0), pool(DefaultNumThreads), isRemote(false)
177 {}
178};
179
180LasReader::LasReader() : d(new Private)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected