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

Go to the source code of this file.

Classes

struct  SubcommandProjectOptions
 Collection of all options of Subcommand A. More...

Functions

void setup_subcommand_create_project (CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
int run_subcommand_project (SubcommandProjectOptions const &opt, const RuxOptions &global_opt)

Function Documentation

◆ run_subcommand_project()

int run_subcommand_project ( SubcommandProjectOptions const & opt,
const RuxOptions & global_opt )

◆ setup_subcommand_create_project()

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