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

Method reset

pdal/util/ProgramArgs.hpp:444–449  ·  view source on GitHub ↗

Reset the argument's state. Set the interval state of the argument and it's referenced variable as if no command-line parsing had occurred. \note For testing. Not intended to be called from user code. */

Source from the content-addressed store, hash-verified

442 \note For testing. Not intended to be called from user code.
443 */
444 virtual void reset()
445 {
446 m_var = m_defaultVal;
447 m_set = false;
448 m_hidden = false;
449 }
450
451 /**
452 Set the argument's value from the command-line args.

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected