ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
SubcommandExportOptions Struct Reference

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

#include <export.hpp>

Public Attributes

fs::path cloud_path_in
fs::path labels_path_in
fs::path path_out = fs::current_path() / "cloud.3dm"

Detailed Description

Collection of all options of Subcommand A.

Definition at line 12 of file export.hpp.

Member Data Documentation

◆ cloud_path_in

fs::path SubcommandExportOptions::cloud_path_in

Definition at line 13 of file export.hpp.

◆ labels_path_in

fs::path SubcommandExportOptions::labels_path_in

Definition at line 14 of file export.hpp.

◆ path_out

fs::path SubcommandExportOptions::path_out = fs::current_path() / "cloud.3dm"

Definition at line 15 of file export.hpp.


The documentation for this struct was generated from the following file: