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

#include <ProjectDB.hpp>

Collaboration diagram for reusex::ProjectDB::MeshMetadata:

Public Attributes

std::string name
std::string format
std::string stage
std::string parameters
std::string created_at
int vertex_count = 0
int face_count = 0

Detailed Description

Definition at line 184 of file ProjectDB.hpp.

Member Data Documentation

◆ created_at

std::string reusex::ProjectDB::MeshMetadata::created_at

Definition at line 185 of file ProjectDB.hpp.

◆ face_count

int reusex::ProjectDB::MeshMetadata::face_count = 0

Definition at line 186 of file ProjectDB.hpp.

◆ format

std::string reusex::ProjectDB::MeshMetadata::format

Definition at line 185 of file ProjectDB.hpp.

◆ name

std::string reusex::ProjectDB::MeshMetadata::name

Definition at line 185 of file ProjectDB.hpp.

◆ parameters

std::string reusex::ProjectDB::MeshMetadata::parameters

Definition at line 185 of file ProjectDB.hpp.

◆ stage

std::string reusex::ProjectDB::MeshMetadata::stage

Definition at line 185 of file ProjectDB.hpp.

◆ vertex_count

int reusex::ProjectDB::MeshMetadata::vertex_count = 0

Definition at line 186 of file ProjectDB.hpp.


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