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

Go to the source code of this file.

Classes

struct  SubcommandAssembleOptions
 Collection of all options for the assemble subcommand. More...

Functions

void setup_subcommand_assemble (CLI::App &app)
 Setup the assemble subcommand in the CLI application.
int run_subcommand_assemble (SubcommandAssembleOptions const &opt)
 Run the assemble subcommand with given options.

Function Documentation

◆ run_subcommand_assemble()

int run_subcommand_assemble ( SubcommandAssembleOptions const & opt)

Run the assemble subcommand with given options.

Parameters
optOptions for the assemble operation.
Returns
Exit code (0 for success).

◆ setup_subcommand_assemble()

void setup_subcommand_assemble ( CLI::App & app)

Setup the assemble subcommand in the CLI application.

Parameters
appCLI application to add the subcommand to.