|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "global-params.hpp"#include <CLI/CLI.hpp>#include <filesystem>#include <memory>#include <optional>#include <string>
Go to the source code of this file.
Classes | |
| struct | DatabaseSetOptions |
| Options for unified database set command. More... | |
Functions | |
| void | setup_subcommand_set (CLI::App &app, std::shared_ptr< RuxOptions > global_opt) |
| Setup unified database set subcommand. | |
| int | run_subcommand_set (const DatabaseSetOptions &opt, const RuxOptions &global_opt) |
| Execute unified database set command. | |
| int run_subcommand_set | ( | const DatabaseSetOptions & | opt, |
| const RuxOptions & | global_opt ) |
Execute unified database set command.
| void setup_subcommand_set | ( | CLI::App & | app, |
| std::shared_ptr< RuxOptions > | global_opt ) |
Setup unified database set subcommand.
Usage: rux set <project_file> <path> [value] rux set <project_file> <path> < file cat file | rux set <project_file> <path>
Examples: rux set project.rux clouds.newscan < scan.pcd cat scan.pcd | rux set project.rux clouds.newscan rux set project.rux project.name "Historic Building"