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

Public Attributes | |
| std::string | tex_name |
| std::string | format |
| std::vector< uint8_t > | image_data |
| int | width |
| int | height |
Definition at line 192 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::MeshTextureInfo::format |
Definition at line 193 of file ProjectDB.hpp.
| int reusex::ProjectDB::MeshTextureInfo::height |
Definition at line 195 of file ProjectDB.hpp.
| std::vector<uint8_t> reusex::ProjectDB::MeshTextureInfo::image_data |
Definition at line 194 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::MeshTextureInfo::tex_name |
Definition at line 193 of file ProjectDB.hpp.
| int reusex::ProjectDB::MeshTextureInfo::width |
Definition at line 195 of file ProjectDB.hpp.