|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
A previous instance whose GUID could not be matched to any new instance. More...
#include <reconcile_instances.hpp>

Public Attributes | |
| uint32_t | instance_id = 0 |
| int | semantic_class = -1 |
| std::string | guid |
| double | best_overlap = 0.0 |
| Best mutual overlap seen (for diagnostics). | |
A previous instance whose GUID could not be matched to any new instance.
Definition at line 30 of file reconcile_instances.hpp.
| double reusex::geometry::OrphanedInstance::best_overlap = 0.0 |
Best mutual overlap seen (for diagnostics).
Definition at line 34 of file reconcile_instances.hpp.
| std::string reusex::geometry::OrphanedInstance::guid |
Definition at line 33 of file reconcile_instances.hpp.
| uint32_t reusex::geometry::OrphanedInstance::instance_id = 0 |
Definition at line 31 of file reconcile_instances.hpp.
| int reusex::geometry::OrphanedInstance::semantic_class = -1 |
Definition at line 32 of file reconcile_instances.hpp.