ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
rux::gui::Blob Struct Reference

A non-JSON response body (image, mesh blob). More...

#include <api.hpp>

Collaboration diagram for rux::gui::Blob:

Public Attributes

std::string content_type
std::vector< uint8_t > data

Detailed Description

A non-JSON response body (image, mesh blob).

Definition at line 100 of file api.hpp.

Member Data Documentation

◆ content_type

std::string rux::gui::Blob::content_type

Definition at line 101 of file api.hpp.

◆ data

std::vector<uint8_t> rux::gui::Blob::data

Definition at line 102 of file api.hpp.


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