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

Function add

pdal/Options.hpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153 // add an option (shortcut version, bypass need for an Option object)
154 template<typename T> void add(const std::string& name, T value)
155 {
156 Option opt(name, value);
157 add(opt);
158 }
159
160 void add(const std::string& name, const std::string& value)
161 {

Callers 4

OptionsFunction · 0.70
replaceFunction · 0.70
addMethod · 0.50
readMetadataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected