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

Method needsValue

pdal/util/ProgramArgs.hpp:250–251  ·  view source on GitHub ↗

Return whether an option needs a value to be valid. Generally true for all options not bound to boolean values. \note Not intended to be called from user code. */

Source from the content-addressed store, hash-verified

248 \note Not intended to be called from user code.
249 */
250 virtual bool needsValue() const
251 { return true; }
252
253 /**
254 Set a an argument's value from a string.

Callers 2

parseLongArgMethod · 0.45
parseShortArgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected