ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
rooms.hpp File Reference
#include "../global-params.hpp"
#include <CLI/CLI.hpp>
#include <memory>
Include dependency graph for rooms.hpp:

Go to the source code of this file.

Classes

struct  SubcommandSegRoomsOptions
 Collection of all options for room segmentation subcommand. More...

Functions

void setup_subcommand_create_rooms (CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
 Setup the segment rooms subcommand in the CLI application.
int run_subcommand_segment_rooms (SubcommandSegRoomsOptions const &opt, const RuxOptions &global_opt)
 Run the segment rooms subcommand with given options.

Function Documentation

◆ run_subcommand_segment_rooms()

int run_subcommand_segment_rooms ( SubcommandSegRoomsOptions const & opt,
const RuxOptions & global_opt )

Run the segment rooms subcommand with given options.

Parameters
optOptions 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
appCLI application to add the subcommand to.