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

Range of the valid stored values a normalize=true rendering mapped. More...

#include <api.hpp>

Public Attributes

bool valid = false
double min = 0.0
double max = 0.0

Detailed Description

Range of the valid stored values a normalize=true rendering mapped.

Reported so a UI can label its own scale bar; valid is false when the image had no measured pixels at all, in which case there was no range to report and none is sent.

Definition at line 270 of file api.hpp.

Member Data Documentation

◆ max

double rux::gui::ValueRange::max = 0.0

Definition at line 273 of file api.hpp.

◆ min

double rux::gui::ValueRange::min = 0.0

Definition at line 272 of file api.hpp.

◆ valid

bool rux::gui::ValueRange::valid = false

Definition at line 271 of file api.hpp.


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