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

Method cleanup

io/LasReader.cpp:933–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933void LasReader::cleanup()
934{
935 d->pool.join();
936 if (d->isRemote)
937 FileUtils::deleteFile(m_filename);
938}
939
940bool LasReader::eof()
941{

Callers

nothing calls this directly

Calls 1

deleteFileFunction · 0.85

Tested by

no test coverage detected