|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "global-params.hpp"#include <CLI/CLI.hpp>#include <filesystem>#include <memory>#include <string>
Go to the source code of this file.
Classes | |
| struct | DatabaseGetOptions |
| Options for unified database get command. More... | |
Functions | |
| void | setup_subcommand_get (CLI::App &app, std::shared_ptr< RuxOptions > global_opt) |
| Setup unified database get subcommand. | |
| int | run_subcommand_get (const DatabaseGetOptions &opt, const RuxOptions &global_opt) |
| Execute unified database get command. | |
| int run_subcommand_get | ( | const DatabaseGetOptions & | opt, |
| const RuxOptions & | global_opt ) |
Execute unified database get command.
| void setup_subcommand_get | ( | CLI::App & | app, |
| std::shared_ptr< RuxOptions > | global_opt ) |
Setup unified database get subcommand.
Usage: rux get <project_file> <path> [–output=file] [–pretty]
Examples: rux get project.rux clouds rux get project.rux clouds.scan1 > output.pcd rux get project.rux clouds.scan1.metadata –pretty rux get project.rux clouds[0].point_count