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

Go to the source code of this file.

Classes

struct  SubcommandCreateGsplatOptions
 Options for rux create gsplat. More...

Functions

void setup_subcommand_create_gsplat (CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
int run_subcommand_create_gsplat (SubcommandCreateGsplatOptions const &opt, const RuxOptions &global_opt)

Function Documentation

◆ run_subcommand_create_gsplat()

int run_subcommand_create_gsplat ( SubcommandCreateGsplatOptions const & opt,
const RuxOptions & global_opt )

◆ setup_subcommand_create_gsplat()

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