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

#include <ProjectDB.hpp>

Collaboration diagram for reusex::ProjectDB::MeshTextureInfo:

Public Attributes

std::string tex_name
std::string format
std::vector< uint8_t > image_data
int width
int height

Detailed Description

Definition at line 192 of file ProjectDB.hpp.

Member Data Documentation

◆ format

std::string reusex::ProjectDB::MeshTextureInfo::format

Definition at line 193 of file ProjectDB.hpp.

◆ height

int reusex::ProjectDB::MeshTextureInfo::height

Definition at line 195 of file ProjectDB.hpp.

◆ image_data

std::vector<uint8_t> reusex::ProjectDB::MeshTextureInfo::image_data

Definition at line 194 of file ProjectDB.hpp.

◆ tex_name

std::string reusex::ProjectDB::MeshTextureInfo::tex_name

Definition at line 193 of file ProjectDB.hpp.

◆ width

int reusex::ProjectDB::MeshTextureInfo::width

Definition at line 195 of file ProjectDB.hpp.


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