#include "../global-params.hpp"
#include <CLI/CLI.hpp>
#include <memory>
Go to the source code of this file.
◆ run_subcommand_segment_rooms()
Run the segment rooms subcommand with given options.
- Parameters
-
| opt | Options for room segmentation. |
- Returns
- Exit code (0 for success).
◆ setup_subcommand_create_rooms()
| void setup_subcommand_create_rooms |
( |
CLI::App & | app, |
|
|
std::shared_ptr< RuxOptions > | global_opt ) |
Setup the segment rooms subcommand in the CLI application.
- Parameters
-
| app | CLI application to add the subcommand to. |