minMaxMagEqOp< T > Struct Template Reference

Combine assignment for MinMax range. More...

Public Member Functions

scalarMinMaxoperator() (scalarMinMax &x, const T &y) const
 
scalarMinMaxoperator() (scalarMinMax &x, const MinMax< T > &y) const
 
scalarMinMaxoperator() (scalarMinMax &x, const UList< T > &y) const
 

Detailed Description

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

Combine assignment for MinMax range.

Definition at line 253 of file MinMaxOps.H.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 255 of file MinMaxOps.H.

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

Here is the call graph for this function:

◆ operator()() [2/3]

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

Definition at line 261 of file MinMaxOps.H.

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

Here is the call graph for this function:

◆ operator()() [3/3]

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

Definition at line 273 of file MinMaxOps.H.

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

Here is the call graph for this function:

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