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

Public Attributes | |
| std::string | name |
| geometry::ComponentType | type |
| geometry::CoplanarPolygon | boundary |
| double | confidence = -1.0 |
| std::string | notes |
| std::map< std::string, std::string > | properties |
Definition at line 73 of file export_scene.hpp.
| geometry::CoplanarPolygon reusex::io::ExportScene::ComponentEntry::boundary |
Definition at line 76 of file export_scene.hpp.
| double reusex::io::ExportScene::ComponentEntry::confidence = -1.0 |
Definition at line 77 of file export_scene.hpp.
| std::string reusex::io::ExportScene::ComponentEntry::name |
Definition at line 74 of file export_scene.hpp.
| std::string reusex::io::ExportScene::ComponentEntry::notes |
Definition at line 78 of file export_scene.hpp.
| std::map<std::string, std::string> reusex::io::ExportScene::ComponentEntry::properties |
Definition at line 79 of file export_scene.hpp.
| geometry::ComponentType reusex::io::ExportScene::ComponentEntry::type |
Definition at line 75 of file export_scene.hpp.