Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ add
Method
add
pdal/Options.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
void Options::add(const Option& option)
79
{
80
assert(Option::nameValid(option.getName(), true));
81
m_options.insert({ option.getName(), option });
82
}
83
84
85
void Options::add(const Options& o)
Callers
15
parseArgs
Method · 0.45
addArgs
Method · 0.45
addArgs
Method · 0.45
addArgs
Method · 0.45
addArgs
Method · 0.45
MemoryViewReader.hpp
File · 0.45
addArgs
Method · 0.45
addArgs
Method · 0.45
traverseTree
Method · 0.45
load
Method · 0.45
parseGranuleMetaDataFile
Method · 0.45
parseGranuleURMetaData
Method · 0.45
Calls
5
nameValid
Function · 0.85
getName
Method · 0.45
insert
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
15
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
exec1
Function · 0.36
exec2
Function · 0.36
exec3
Function · 0.36
exec4
Function · 0.36
exec5
Function · 0.36
exec6
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36