|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <export_scene.hpp>

Public Attributes | |
| std::string | name |
| e.g., "wall", "ceiling" | |
| int | label_id = 0 |
| semantic label ID | |
| std::array< uint8_t, 3 > | color = {} |
| Glasbey RGB. | |
| std::vector< SemanticInstance > | instances |
Definition at line 41 of file export_scene.hpp.
| std::array<uint8_t, 3> reusex::io::ExportScene::SemanticCategory::color = {} |
Glasbey RGB.
Definition at line 44 of file export_scene.hpp.
| std::vector<SemanticInstance> reusex::io::ExportScene::SemanticCategory::instances |
Definition at line 45 of file export_scene.hpp.
| int reusex::io::ExportScene::SemanticCategory::label_id = 0 |
semantic label ID
Definition at line 43 of file export_scene.hpp.
| std::string reusex::io::ExportScene::SemanticCategory::name |
e.g., "wall", "ceiling"
Definition at line 42 of file export_scene.hpp.