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

Method addConditionalOptions

pdal/Stage.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79void Stage::addConditionalOptions(const Options& opts)
80{
81 for (const auto& o : opts.getOptions())
82 m_options.addConditional(o);
83}
84
85
86void Stage::serialize(MetadataNode root, PipelineWriter::TagMap& tags) const

Callers 1

TESTFunction · 0.80

Calls 2

getOptionsMethod · 0.80
addConditionalMethod · 0.80

Tested by 1

TESTFunction · 0.64