|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
A point cloud loaded for visualization with associated metadata. More...
#include <viewer_types.hpp>

Public Attributes | |
| CloudPtr | cloud |
| The point cloud data. | |
| std::string | name |
| Display name in viewer. | |
| bool | visible = true |
| Current visibility state. | |
A point cloud loaded for visualization with associated metadata.
Definition at line 29 of file viewer_types.hpp.
| CloudPtr rux::view::LoadedCloud::cloud |
The point cloud data.
Definition at line 30 of file viewer_types.hpp.
Referenced by rux::view::ItemTraits< LoadedCloud >::add_to_viewer().
| std::string rux::view::LoadedCloud::name |
Display name in viewer.
Definition at line 31 of file viewer_types.hpp.
Referenced by rux::view::ItemTraits< LoadedCloud >::add_to_viewer().
| bool rux::view::LoadedCloud::visible = true |
Current visibility state.
Definition at line 32 of file viewer_types.hpp.