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

Go to the source code of this file.

Classes

struct  SubcommandExportPLYOptions

Functions

void setup_subcommand_export_ply (CLI::App &parent, std::shared_ptr< RuxOptions > global_opt)
int run_subcommand_export_ply (SubcommandExportPLYOptions const &opt, const RuxOptions &global_opt)

Function Documentation

◆ run_subcommand_export_ply()

int run_subcommand_export_ply ( SubcommandExportPLYOptions const & opt,
const RuxOptions & global_opt )

◆ setup_subcommand_export_ply()

void setup_subcommand_export_ply ( CLI::App & parent,
std::shared_ptr< RuxOptions > global_opt )