|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Tracks the currently visible label overlay in the viewer. More...
#include <viewer_types.hpp>

Public Attributes | |
| int | current_label |
| Index of currently shown label (-1 = none, 0-8 = label index). | |
| bool | legend_visible = false |
| Whether the label legend is shown. | |
| std::vector< std::string > | legend_ids |
| Shape IDs for legend text elements. | |
Tracks the currently visible label overlay in the viewer.
Definition at line 48 of file viewer_types.hpp.
| int rux::view::ViewerState::current_label |
Index of currently shown label (-1 = none, 0-8 = label index).
Definition at line 49 of file viewer_types.hpp.
| std::vector<std::string> rux::view::ViewerState::legend_ids |
Shape IDs for legend text elements.
Definition at line 52 of file viewer_types.hpp.
| bool rux::view::ViewerState::legend_visible = false |
Whether the label legend is shown.
Definition at line 51 of file viewer_types.hpp.