|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "../global-params.hpp"#include <CLI/CLI.hpp>#include <memory>#include <string>#include <vector>
Go to the source code of this file.
Classes | |
| struct | SubcommandWindowOptions |
| Options for rux create windows. More... | |
Functions | |
| void | setup_subcommand_create_windows (CLI::App &app, std::shared_ptr< RuxOptions > global_opt) |
| int | run_subcommand_create_windows (SubcommandWindowOptions const &opt, const RuxOptions &global_opt) |
| int run_subcommand_create_windows | ( | SubcommandWindowOptions const & | opt, |
| const RuxOptions & | global_opt ) |
| void setup_subcommand_create_windows | ( | CLI::App & | app, |
| std::shared_ptr< RuxOptions > | global_opt ) |