Loading...
Searching...
No Matches
MinMax.H File Reference
Include dependency graph for MinMax.H:
This graph shows which files directly or indirectly include this file:

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>
Istreamoperator>> (Istream &is, MinMax< T > &range)
 Read min/max range as (min max) tuple from Istream.
template<class T>
Ostreamoperator<< (Ostream &os, const MinMax< T > &range)
 Write min/max range as (min max) tuple to Ostream.

Detailed Description

Original source file MinMax.H

Definition in file MinMax.H.