|
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 79 of file export_scene.hpp.
| geometry::CoplanarPolygon reusex::io::ExportScene::ComponentEntry::boundary |
Definition at line 82 of file export_scene.hpp.
| double reusex::io::ExportScene::ComponentEntry::confidence = -1.0 |
Definition at line 83 of file export_scene.hpp.
| std::string reusex::io::ExportScene::ComponentEntry::name |
Definition at line 80 of file export_scene.hpp.
| std::string reusex::io::ExportScene::ComponentEntry::notes |
Definition at line 84 of file export_scene.hpp.
| std::map<std::string, std::string> reusex::io::ExportScene::ComponentEntry::properties |
Definition at line 85 of file export_scene.hpp.
| geometry::ComponentType reusex::io::ExportScene::ComponentEntry::type |
Definition at line 81 of file export_scene.hpp.