![]() |
Artec 3D Scanning SDK
2.0
|
Structure that defines range (e.g., 0..1) More...
#include <artec/sdk/base/Range.h>
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| Range () | |
| Range (const T &low, const T &high) | |
| bool | contains (const T &value) const |
| Check whether the range contains that value. More... | |
| bool | operator() (const T &value) const |
| Check whether the value lies inside the range. More... | |
| bool | operator[] (const T &value) const |
Public Attributes | |
| T | low |
| T | high |
Structure that defines range (e.g., 0..1)
| typedef T artec::sdk::base::Range< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T artec::sdk::base::Range< T >::high |
| T artec::sdk::base::Range< T >::low |
1.8.9.1