ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::visualize::OffscreenGlUnavailable Class Reference

This machine cannot create an offscreen OpenGL context (#313). More...

#include <render_view.hpp>

Inheritance diagram for reusex::visualize::OffscreenGlUnavailable:
Collaboration diagram for reusex::visualize::OffscreenGlUnavailable:

Detailed Description

This machine cannot create an offscreen OpenGL context (#313).

A distinct type, not a bare message, because "there is no GPU here" is not a defect in the caller's request the way every other render error is: a test can skip on it, and a batch job can downgrade rendering to optional, while still failing hard on a bad layer or a missing cloud. It derives from std::runtime_error, so existing catch sites keep working unchanged.

Definition at line 188 of file render_view.hpp.


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