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

Method positional

pdal/util/ProgramArgs.hpp:286–287  ·  view source on GitHub ↗

Returns the positional type of the argument. \note Not intended to be called from user code. */

Source from the content-addressed store, hash-verified

284 \note Not intended to be called from user code.
285 */
286 PosType positional() const
287 { return m_positional; }
288
289 /**
290 Returns whether the argument is hidden or not.

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected