38 (
"help",
"Produce help message")
39 (
"inputDir", value<string>()->default_value(
"./"),
"A directory containg .ply files to merge.")
49 ::std::cout<<
m_descr << ::std::endl;
const kaboom::Options * options
positional_options_description m_pdescr
The internally used positional option desription.
variables_map m_variables
The internally used variable map.
Options(int argc, char **argv)
Ctor. Parses the command parameters given to the main function of the program.
options_description m_descr
The internally used option description.