Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void Stage::addConditionalOptions(const Options& opts)
80
{
81
for (const auto& o : opts.getOptions())
82
m_options.addConditional(o);
83
}
84
85
86
void Stage::serialize(MetadataNode root, PipelineWriter::TagMap& tags) const
Callers
1
TEST
Function · 0.80
Calls
2
getOptions
Method · 0.80
addConditional
Method · 0.80
Tested by
1
TEST
Function · 0.64