minMaxOp< T > Struct Template Reference

Combine values and/or MinMax ranges. More...

Public Member Functions

MinMax< Toperator() (const T &x, const T &y) const
 
MinMax< Toperator() (const MinMax< T > &x, const T &y) const
 
MinMax< Toperator() (const T &x, const MinMax< T > &y) const
 
MinMax< Toperator() (const MinMax< T > &x, const MinMax< T > &y) const
 

Detailed Description

template<class T>
struct Foam::minMaxOp< T >

Combine values and/or MinMax ranges.

Definition at line 114 of file MinMaxOps.H.

Member Function Documentation

◆ operator()() [1/4]

MinMax< T > operator() ( const T x,
const T y 
) const
inline

Definition at line 116 of file MinMaxOps.H.

References MinMax< T >::add(), x, and y.

Here is the call graph for this function:

◆ operator()() [2/4]

MinMax< T > operator() ( const MinMax< T > &  x,
const T y 
) const
inline

Definition at line 121 of file MinMaxOps.H.

References MinMax< T >::add(), x, and y.

Here is the call graph for this function:

◆ operator()() [3/4]

MinMax< T > operator() ( const T x,
const MinMax< T > &  y 
) const
inline

Definition at line 126 of file MinMaxOps.H.

References MinMax< T >::add(), x, and y.

Here is the call graph for this function:

◆ operator()() [4/4]

MinMax< T > operator() ( const MinMax< T > &  x,
const MinMax< T > &  y 
) const
inline

Definition at line 131 of file MinMaxOps.H.

References MinMax< T >::add(), x, and y.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: