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

Go to the source code of this file.

Classes

struct  SubcommandAnalyzeQualityOptions
 Options for the reconstruction quality analysis subcommand. More...

Functions

void setup_subcommand_analyze_quality (CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
 Setup the analyze quality subcommand in the CLI application.
int run_subcommand_analyze_quality (SubcommandAnalyzeQualityOptions const &opt, const RuxOptions &global_opt)
 Run the analyze quality subcommand with given options.

Function Documentation

◆ run_subcommand_analyze_quality()

int run_subcommand_analyze_quality ( SubcommandAnalyzeQualityOptions const & opt,
const RuxOptions & global_opt )

Run the analyze quality subcommand with given options.

Returns
Exit code (0 for success).

◆ setup_subcommand_analyze_quality()

void setup_subcommand_analyze_quality ( CLI::App & app,
std::shared_ptr< RuxOptions > global_opt )

Setup the analyze quality subcommand in the CLI application.

Parameters
appCLI application to add the subcommand to.