#include </home/guntram/tmp/GrAL/geometry/include/Geometry/array-operations.h>
Public Member Functions | |
| clamper (Q const &lw, Q const &hi) | |
| template<class T > | |
| T | operator() (T const &rhs) const |
Clamp rhs to the interval [low,high]. | |
| template<class RES , class T > | |
| RES | operator() (T const &rhs) const |
Clamp rhs to the interval [low,high], force result type RES. | |
Public Attributes | |
| Q | low |
| Q | high |
Definition at line 545 of file array-operations.h.
1.5.8