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

Method setOptions

pdal/PipelineManager.cpp:479–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477
478
479void PipelineManager::setOptions(Stage& stage, const Options& addOps)
480{
481 // First apply common options.
482 stage.setOptions(m_commonOptions);
483
484 // Apply additional reader/writer options, making sure they replace any
485 // common options.
486 stage.removeOptions(addOps);
487 stage.addOptions(addOps);
488
489 // Apply options provided on the command line, overriding others.
490 Options ops = stageOptions(stage);
491 stage.removeOptions(ops);
492 stage.addOptions(ops);
493}
494
495
496Options PipelineManager::stageOptions(Stage& stage)

Callers 15

initializeMethod · 0.80
addItemMethod · 0.80
readLaszipMethod · 0.80
checkXYZFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
exec1Function · 0.80
exec2Function · 0.80
exec3Function · 0.80
exec4Function · 0.80
exec5Function · 0.80

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
exec1Function · 0.64
exec2Function · 0.64
exec3Function · 0.64
exec4Function · 0.64
exec5Function · 0.64
exec6Function · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64