![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
Class describing a range of values for a given type T
The range boudaries for both minimum and maximum are inclusive /summary>
More...
#include <Zivid/Range.h>
Public Member Functions | |
Range (const T &min, const T &max) | |
Constructor More... | |
const T & | min () const |
Get the minimum value of the range More... | |
const T & | max () const |
Get the maximum value of the range More... | |
std::string | toString () const |
Get the range as string More... | |
Class describing a range of values for a given type T
The range boudaries for both minimum and maximum are inclusive /summary>
|
inline |
Constructor
|
inline |
Get the maximum value of the range
|
inline |
Get the minimum value of the range
|
inline |
Get the range as string