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