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

Function prerun

pdal/FlexWriter.hpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 virtual void prerun(const PointViewSet& views) final
111 {
112 // If the output is a consolidation of all views, call
113 // prerun with all views.
114 if (m_hashPos == std::string::npos)
115 prerunFile(views);
116 }
117
118 // This essentially moves ready() and done() into write(), which means
119 // that they get executed once for each view. The check for m_hashPos

Callers

nothing calls this directly

Calls 1

prerunFileFunction · 0.85

Tested by

no test coverage detected