14 namespace artec { 
namespace sdk { 
namespace base
 
   21 template < 
typename T >
 
Range(const T &low, const T &high)
bool contains(const T &value) const 
Check whether the range contains that value. 
Structure that defines range (e.g., 0..1) 
bool operator[](const T &value) const 
bool operator()(const T &value) const 
Check whether the value lies inside the range.