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 73 of file export_scene.hpp.

Member Data Documentation

◆ boundary

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

Definition at line 76 of file export_scene.hpp.

◆ confidence

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

Definition at line 77 of file export_scene.hpp.

◆ name

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

Definition at line 74 of file export_scene.hpp.

◆ notes

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

Definition at line 78 of file export_scene.hpp.

◆ properties

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

Definition at line 79 of file export_scene.hpp.

◆ type

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

Definition at line 75 of file export_scene.hpp.


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