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

Options for the render subcommand. More...

#include <render.hpp>

Collaboration diagram for SubcommandRenderOptions:

Public Attributes

fs::path output = "render.png"
std::string view
 top, plan[:height], front, orbit[:N] or frame:<node_id>.
std::string layers
 Comma-separated layer names.
std::string size
 WxH.
std::string cloud_name
std::string mesh_name
double point_size = 0.0
double orbit_elevation_deg = 0.0
double cut_height = 0.0
 Cut height in metres above the floor; <= 0 means "let the library derive it", which is how --view plan with no suffix behaves (#306).

Detailed Description

Options for the render subcommand.

Every default here is read from reusex::visualize::RenderOptions at setup time rather than written out again (STANDARDS ยง4); the fields below only hold the string forms the CLI parses.

Definition at line 19 of file render.hpp.

Member Data Documentation

◆ cloud_name

std::string SubcommandRenderOptions::cloud_name

Definition at line 27 of file render.hpp.

◆ cut_height

double SubcommandRenderOptions::cut_height = 0.0

Cut height in metres above the floor; <= 0 means "let the library derive it", which is how --view plan with no suffix behaves (#306).

Definition at line 33 of file render.hpp.

◆ layers

std::string SubcommandRenderOptions::layers

Comma-separated layer names.

Definition at line 24 of file render.hpp.

◆ mesh_name

std::string SubcommandRenderOptions::mesh_name

Definition at line 28 of file render.hpp.

◆ orbit_elevation_deg

double SubcommandRenderOptions::orbit_elevation_deg = 0.0

Definition at line 30 of file render.hpp.

◆ output

fs::path SubcommandRenderOptions::output = "render.png"

Definition at line 20 of file render.hpp.

◆ point_size

double SubcommandRenderOptions::point_size = 0.0

Definition at line 29 of file render.hpp.

◆ size

std::string SubcommandRenderOptions::size

WxH.

Definition at line 26 of file render.hpp.

◆ view

std::string SubcommandRenderOptions::view

top, plan[:height], front, orbit[:N] or frame:<node_id>.

Definition at line 22 of file render.hpp.


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