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

Method preview

pdal/Stage.cpp:154–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154QuickInfo Stage::preview()
155{
156 m_args.reset(new ProgramArgs);
157 handleOptions();
158 startLogging();
159 QuickInfo qi = inspect();
160 stopLogging();
161 return qi;
162}
163
164
165void Stage::prepare(PointTableRef table)

Callers 15

inspectMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
testURLsFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
runMethod · 0.45

Calls 2

inspectFunction · 0.85
resetMethod · 0.45

Tested by 12

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
testURLsFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36