ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::io::ExportScene::ComponentEntry Struct Reference

#include <export_scene.hpp>

Collaboration diagram for reusex::io::ExportScene::ComponentEntry:

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

Detailed Description

Definition at line 79 of file export_scene.hpp.

Member Data Documentation

◆ boundary

geometry::CoplanarPolygon reusex::io::ExportScene::ComponentEntry::boundary

Definition at line 82 of file export_scene.hpp.

◆ confidence

double reusex::io::ExportScene::ComponentEntry::confidence = -1.0

Definition at line 83 of file export_scene.hpp.

◆ name

std::string reusex::io::ExportScene::ComponentEntry::name

Definition at line 80 of file export_scene.hpp.

◆ notes

std::string reusex::io::ExportScene::ComponentEntry::notes

Definition at line 84 of file export_scene.hpp.

◆ properties

std::map<std::string, std::string> reusex::io::ExportScene::ComponentEntry::properties

Definition at line 85 of file export_scene.hpp.

◆ type

geometry::ComponentType reusex::io::ExportScene::ComponentEntry::type

Definition at line 81 of file export_scene.hpp.


The documentation for this struct was generated from the following file: