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

Method doneFile

io/LasWriter.cpp:1097–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095
1096
1097void LasWriter::doneFile()
1098{
1099 finishOutput();
1100 Utils::writeProgress(m_progressFd, "DONEFILE", d->curFilename);
1101 getMetadata().addList("filename", d->curFilename);
1102 delete m_ostream;
1103 m_ostream = NULL;
1104}
1105
1106
1107void LasWriter::finishOutput()

Callers

nothing calls this directly

Calls 2

writeProgressFunction · 0.85
getMetadataFunction · 0.50

Tested by

no test coverage detected