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

Method done

io/PcdReader.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void PcdReader::done(PointTableRef table)
317{
318 m_stream.close();
319 Utils::closeFile(m_istreamPtr);
320}
321
322} // namespace pdal

Callers

nothing calls this directly

Calls 2

closeFileFunction · 0.50
closeMethod · 0.45

Tested by

no test coverage detected