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

Go to the source code of this file.

Classes

struct  DatabaseGetOptions
 Options for unified database get command. More...

Functions

void setup_subcommand_get (CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
 Setup unified database get subcommand.
int run_subcommand_get (const DatabaseGetOptions &opt, const RuxOptions &global_opt)
 Execute unified database get command.

Function Documentation

◆ run_subcommand_get()

int run_subcommand_get ( const DatabaseGetOptions & opt,
const RuxOptions & global_opt )

Execute unified database get command.

◆ setup_subcommand_get()

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

Setup unified database get subcommand.

Usage: rux get <project_file> <path> [–output=file] [–pretty]

Examples: rux get project.rux clouds rux get project.rux clouds.scan1 > output.pcd rux get project.rux clouds.scan1.metadata –pretty rux get project.rux clouds[0].point_count