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

Go to the source code of this file.

Classes

struct  SubcommandSegPlanesOptions
 Collection of all options for plane segmentation subcommand. More...

Functions

void setup_subcommand_segment_planes (CLI::App &app)
 Setup the segment planes subcommand in the CLI application.
int run_subcommand_segment_planes (SubcommandSegPlanesOptions const &opt)
 Run the segment planes subcommand with given options.

Function Documentation

◆ run_subcommand_segment_planes()

int run_subcommand_segment_planes ( SubcommandSegPlanesOptions const & opt)

Run the segment planes subcommand with given options.

Parameters
optOptions for plane segmentation.
Returns
Exit code (0 for success).

◆ setup_subcommand_segment_planes()

void setup_subcommand_segment_planes ( CLI::App & app)

Setup the segment planes subcommand in the CLI application.

Parameters
appCLI application to add the subcommand to.