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

Method prepare

pdal/PipelineManager.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214
215void PipelineManager::prepare() const
216{
217 validateStageOptions();
218 Stage *s = getStage();
219 if (s)
220 s->prepare(m_table);
221}
222
223
224PipelineManager::ExecResult PipelineManager::execute(ExecMode mode)

Callers 2

executeMethod · 0.45
executeStreamMethod · 0.45

Calls 1

getStageFunction · 0.85

Tested by

no test coverage detected