ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::geometry::OrphanedInstance Struct Reference

A previous instance whose GUID could not be matched to any new instance. More...

#include <reconcile_instances.hpp>

Collaboration diagram for reusex::geometry::OrphanedInstance:

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).

Detailed Description

A previous instance whose GUID could not be matched to any new instance.

Definition at line 30 of file reconcile_instances.hpp.

Member Data Documentation

◆ best_overlap

double reusex::geometry::OrphanedInstance::best_overlap = 0.0

Best mutual overlap seen (for diagnostics).

Definition at line 34 of file reconcile_instances.hpp.

◆ guid

std::string reusex::geometry::OrphanedInstance::guid

Definition at line 33 of file reconcile_instances.hpp.

◆ instance_id

uint32_t reusex::geometry::OrphanedInstance::instance_id = 0

Definition at line 31 of file reconcile_instances.hpp.

◆ semantic_class

int reusex::geometry::OrphanedInstance::semantic_class = -1

Definition at line 32 of file reconcile_instances.hpp.


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