minMaxMagOp< T > Struct Template Reference

Scalar combine the magitude of a value. More...

Public Member Functions

scalarMinMax operator() (const scalarMinMax &x, const T &y) const
 
template<class T1 , class T2 >
scalarMinMax operator() (const MinMax< T1 > &x, const MinMax< T2 > &y) const
 

Detailed Description

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

Scalar combine the magitude of a value.

Definition at line 236 of file MinMaxOps.H.

Member Function Documentation

◆ operator()() [1/2]

scalarMinMax operator() ( const scalarMinMax x,
const T y 
) const
inline

Definition at line 238 of file MinMaxOps.H.

References Foam::mag(), Foam::minMaxMag(), x, and y.

Here is the call graph for this function:

◆ operator()() [2/2]

scalarMinMax operator() ( const MinMax< T1 > &  x,
const MinMax< T2 > &  y 
) const
inline

Definition at line 244 of file MinMaxOps.H.

References Foam::minMaxMag(), x, and y.

Here is the call graph for this function:

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