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

Method preview

pdal/PipelineManager.cpp:203–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203QuickInfo PipelineManager::preview() const
204{
205 QuickInfo qi;
206
207 validateStageOptions();
208 Stage *s = getStage();
209 if (s)
210 qi = s->preview();
211 return qi;
212}
213
214
215void PipelineManager::prepare() const

Callers

nothing calls this directly

Calls 1

getStageFunction · 0.85

Tested by

no test coverage detected