|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
One points-endpoint response. More...
#include <api.hpp>

Public Attributes | |
| std::optional< nlohmann::json > | body |
| Set on format=json. | |
| std::optional< Blob > | blob |
| Set on format=binary (RUXP v1). | |
| std::vector< std::pair< std::string, std::string > > | headers |
| X-Ruxp-* mirrors of the body header, set on the binary path only. | |
One points-endpoint response.
Exactly one of body / blob is set, decided by the format parameter — the route needs two different return paths because a RUXP page is not JSON.
| std::optional<Blob> rux::gui::PointsResponse::blob |
| std::optional<nlohmann::json> rux::gui::PointsResponse::body |
| std::vector<std::pair<std::string, std::string> > rux::gui::PointsResponse::headers |