Processing IndoorGML as a Linear Cell Complex (LCC) class of CGAL
This project contains C++ code that generates a plugin dedicated to the Linear Cell Complex (LCC) demo of CGAL. allows to import an IndoorGML files, convert its goemetry and topology into LCC (CellSpace elements becomes 3-cells, connected 3-cells are 3-sewn through their shared faces, etc). Furthermore, it can generate a simple Node Relation Graph (NRG), as described in the IndoorGML standard and export IndoorGML files that include the newly generated NRG layers. The plugin is directly connected to the viewer of the LCC demo so that the IndoorGML can be visualized.