

Go to the source code of this file.
Classes | |
| class | MinMax< T > |
| A min/max value pair with additional methods. In addition to conveniently storing values, it can be used for logic operations or to modify data. A few global functions and functors are also provided. More... | |
| struct | is_contiguous< MinMax< T > > |
| Declare MinMax as non-contiguous (similar to Tuple2). More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef MinMax< label > | labelMinMax |
| A label min/max range. | |
| typedef MinMax< scalar > | scalarMinMax |
| A scalar min/max range. | |
Functions | |
| template<class T> | |
| word | name (const MinMax< T > &range) |
| Min/max range as a string. | |
| template<class T> | |
| Istream & | operator>> (Istream &is, MinMax< T > &range) |
| Read min/max range as (min max) tuple from Istream. | |
| template<class T> | |
| Ostream & | operator<< (Ostream &os, const MinMax< T > &range) |
| Write min/max range as (min max) tuple to Ostream. | |