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

Function replace

pdal/Options.hpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 void remove(const Option& option);
144
145 void replace(const Option& option)
146 {
147 remove(option);
148 add(option);
149 }
150
151 void toMetadata(MetadataNode& parent) const;
152

Callers 1

replaceOrPutMethod · 0.70

Calls 2

removeFunction · 0.85
addFunction · 0.70

Tested by

no test coverage detected