|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Options for the render subcommand. More...
#include <render.hpp>

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). | |
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.
| std::string SubcommandRenderOptions::cloud_name |
Definition at line 27 of file render.hpp.
| 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.
| std::string SubcommandRenderOptions::layers |
Comma-separated layer names.
Definition at line 24 of file render.hpp.
| std::string SubcommandRenderOptions::mesh_name |
Definition at line 28 of file render.hpp.
| double SubcommandRenderOptions::orbit_elevation_deg = 0.0 |
Definition at line 30 of file render.hpp.
| fs::path SubcommandRenderOptions::output = "render.png" |
Definition at line 20 of file render.hpp.
| double SubcommandRenderOptions::point_size = 0.0 |
Definition at line 29 of file render.hpp.
| std::string SubcommandRenderOptions::size |
WxH.
Definition at line 26 of file render.hpp.
| std::string SubcommandRenderOptions::view |
top, plan[:height], front, orbit[:N] or frame:<node_id>.
Definition at line 22 of file render.hpp.