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

#include <ply.hpp>

Collaboration diagram for SubcommandExportPLYOptions:

Public Attributes

std::string cloud_name = "cloud"
 Cloud name in ProjectDB (–name).
fs::path output_path
 Output .ply path (-o); default: {cloud_name}.ply.
std::string filter_expr
 Point filter expression (-f).

Detailed Description

Definition at line 15 of file ply.hpp.

Member Data Documentation

◆ cloud_name

std::string SubcommandExportPLYOptions::cloud_name = "cloud"

Cloud name in ProjectDB (–name).

Definition at line 16 of file ply.hpp.

◆ filter_expr

std::string SubcommandExportPLYOptions::filter_expr

Point filter expression (-f).

Definition at line 18 of file ply.hpp.

◆ output_path

fs::path SubcommandExportPLYOptions::output_path

Output .ply path (-o); default: {cloud_name}.ply.

Definition at line 17 of file ply.hpp.


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