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...
 
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...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Typedefs

typedef MinMax< label > labelMinMax
 A label min/max range. More...
 
typedef MinMax< scalar > scalarMinMax
 A scalar min/max range. More...
 

Functions

template<class T >
word name (const MinMax< T > &range)
 Min/max range as a string. More...
 

Detailed Description

Original source file MinMax.H

Definition in file MinMax.H.