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

Method readyFile

io/PlyWriter.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void PlyWriter::readyFile(const std::string& filename, const SpatialReference& srs)
198{
199 m_curFilename = filename;
200 Utils::writeProgress(m_progressFd, "READYFILE", filename);
201}
202
203void PlyWriter::writeView(const PointViewPtr data)
204{

Callers

nothing calls this directly

Calls 1

writeProgressFunction · 0.85

Tested by

no test coverage detected