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

Function addSubSwitches

pdal/SubcommandKernel.hpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual void addSwitches(ProgramArgs& args) final
61 {}
62 virtual void addSubSwitches(ProgramArgs& args,
63 const std::string& subcommand)
64 {}
65
66 virtual StringList subcommands() const = 0;
67 virtual void outputHelp();

Callers 2

doSwitchesMethod · 0.85
outputHelpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected