|
Rerun C++ SDK
|
Component: Range of expected or valid values, specifying a lower and upper bound. More...
#include <rerun/components/value_range.hpp>
Public Member Functions | |
| ValueRange (rerun::datatypes::Range1D range_) | |
| ValueRange & | operator= (rerun::datatypes::Range1D range_) |
| ValueRange (std::array< double, 2 > range_) | |
| ValueRange & | operator= (std::array< double, 2 > range_) |
| operator rerun::datatypes::Range1D () const | |
| Cast to the underlying Range1D datatype. | |
Public Attributes | |
| rerun::datatypes::Range1D | range |
Component: Range of expected or valid values, specifying a lower and upper bound.
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.