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