ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
export_scene.hpp File Reference
#include "reusex/geometry/BuildingComponent.hpp"
#include "reusex/types.hpp"
#include <pcl/PolygonMesh.h>
#include <array>
#include <cstdint>
#include <map>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for export_scene.hpp:

Go to the source code of this file.

Classes

struct  reusex::io::ExportScene
 Intermediate representation for exporting all project data. More...
struct  reusex::io::ExportScene::CloudLayer
struct  reusex::io::ExportScene::SemanticInstance
struct  reusex::io::ExportScene::SemanticCategory
struct  reusex::io::ExportScene::MeshEntry
struct  reusex::io::ExportScene::PanoEntry
struct  reusex::io::ExportScene::MaterialEntry
struct  reusex::io::ExportScene::ComponentEntry

Namespaces

namespace  reusex
namespace  reusex::io

Functions

ExportScene reusex::io::gather_export_scene (const ProjectDB &db)
 Gather all exportable data from a ProjectDB.