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

Output of create_windows(). More...

#include <create_windows.hpp>

Collaboration diagram for reusex::geometry::CreateWindowsResult:

Public Attributes

std::vector< BuildingComponentcomponents
std::vector< int > unmatched_instances
 Instance IDs with no wall found.

Detailed Description

Output of create_windows().

Definition at line 49 of file create_windows.hpp.

Member Data Documentation

◆ components

std::vector<BuildingComponent> reusex::geometry::CreateWindowsResult::components

Definition at line 50 of file create_windows.hpp.

◆ unmatched_instances

std::vector<int> reusex::geometry::CreateWindowsResult::unmatched_instances

Instance IDs with no wall found.

Definition at line 51 of file create_windows.hpp.


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