|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|

Go to the source code of this file.
Classes | |
| struct | SubcommandGetMeshOptions |
| Options for the 'get mesh' subcommand. More... | |
Functions | |
| int | run_subcommand_get_mesh (SubcommandGetMeshOptions const &opt, const RuxOptions &global_opt) |
| Run the 'get mesh' subcommand. | |
| void | setup_subcommand_get_mesh (CLI::App &app, std::shared_ptr< RuxOptions > global_opt) |
| Setup the 'get mesh' subcommand. | |
| int run_subcommand_get_mesh | ( | SubcommandGetMeshOptions const & | opt, |
| const RuxOptions & | global_opt ) |
Run the 'get mesh' subcommand.
Exports a specific mesh from ProjectDB to a standard file format. Supports OBJ (with textures) and PLY formats.
| opt | Options for the subcommand |
| global_opt | Global options (contains project DB path) |
| void setup_subcommand_get_mesh | ( | CLI::App & | app, |
| std::shared_ptr< RuxOptions > | global_opt ) |
Setup the 'get mesh' subcommand.
| app | CLI11 app to add the subcommand to |
| global_opt | Global options shared pointer |