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

Public Attributes | |
| std::string | name |
| designation or GUID | |
| double | x = 0 |
| double | y = 0 |
| double | z = 0 |
| position from linked sensor frame | |
| std::map< std::string, std::string > | properties |
Definition at line 65 of file export_scene.hpp.
| std::string reusex::io::ExportScene::MaterialEntry::name |
designation or GUID
Definition at line 66 of file export_scene.hpp.
| std::map<std::string, std::string> reusex::io::ExportScene::MaterialEntry::properties |
Definition at line 68 of file export_scene.hpp.
| double reusex::io::ExportScene::MaterialEntry::x = 0 |
Definition at line 67 of file export_scene.hpp.
| double reusex::io::ExportScene::MaterialEntry::y = 0 |
Definition at line 67 of file export_scene.hpp.
| double reusex::io::ExportScene::MaterialEntry::z = 0 |
position from linked sensor frame
Definition at line 67 of file export_scene.hpp.