|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <ProjectDB.hpp>

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 |
Definition at line 184 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::MeshMetadata::created_at |
Definition at line 185 of file ProjectDB.hpp.
| int reusex::ProjectDB::MeshMetadata::face_count = 0 |
Definition at line 186 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::MeshMetadata::format |
Definition at line 185 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::MeshMetadata::name |
Definition at line 185 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::MeshMetadata::parameters |
Definition at line 185 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::MeshMetadata::stage |
Definition at line 185 of file ProjectDB.hpp.
| int reusex::ProjectDB::MeshMetadata::vertex_count = 0 |
Definition at line 186 of file ProjectDB.hpp.