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

Function removeOptions

pdal/Stage.hpp:231–235  ·  view source on GitHub ↗

Remove options from a stage's option set. \param opts Options to remove. */

Source from the content-addressed store, hash-verified

229 \param opts Options to remove.
230 */
231 void removeOptions(const Options& opts)
232 {
233 for (const auto& o : opts.getOptions())
234 m_options.remove(o);
235 }
236
237 /**
238 Set the stage's log.

Callers

nothing calls this directly

Calls 2

getOptionsMethod · 0.80
removeMethod · 0.80

Tested by

no test coverage detected