Global functions and operators related to the MinMax class. Included by MinMax.H. More...
Go to the source code of this file.
Classes | |
struct | clipOp< T > |
struct | clipEqOp< T > |
struct | minMaxOp< T > |
struct | minMaxEqOp< T > |
struct | minMaxMagOp< T > |
struct | minMaxMagEqOp< T > |
Namespaces | |
Foam | |
Functions | |
template<class T > | |
scalar | mag (const MinMax< T > &range) |
template<class T > | |
T | clip (const T &val, const MinMax< T > &range) |
template<class T > | |
MinMax< T > | minMax (const UList< T > &vals) |
template<class T > | |
MinMax< T > | minMax (const T &x, const T &y) |
template<class T > | |
MinMax< T > | minMax (const MinMax< T > &x, const MinMax< T > &y) |
scalarMinMax | minMaxMag (const scalar val) |
template<class Form , class Cmpt , direction nCmpt> | |
scalarMinMax | minMaxMag (const VectorSpace< Form, Cmpt, nCmpt > &vs) |
template<class T > | |
scalarMinMax | minMaxMag (const UList< T > &vals) |
template<class T > | |
scalarMinMax | minMaxMag (const MinMax< T > &range) |
template<class T > | |
scalarMinMax | minMaxMag (const T &x, const T &y) |
template<class T > | |
scalarMinMax | minMaxMag (const MinMax< T > &x, const MinMax< T > &y) |
template<class T1 , class T2 > | |
scalarMinMax | minMaxMag (const MinMax< T1 > &x, const MinMax< T2 > &y) |
template<class T > | |
MinMax< T > | operator+ (const MinMax< T > &x, const MinMax< T > &y) |
template<class T > | |
MinMax< T > | operator* (const MinMax< T > &x, const scalar &s) |
template<class T > | |
MinMax< T > | operator/ (const MinMax< T > &x, const scalar &s) |
template<class T , class U > | |
std::enable_if< std::is_convertible< U, T >::value, bool >::type | operator< (const MinMax< T > &range, const U &val) |
template<class T , class U > | |
std::enable_if< std::is_convertible< U, T >::value, bool >::type | operator<= (const MinMax< T > &range, const U &val) |
template<class T , class U > | |
std::enable_if< std::is_convertible< U, T >::value, bool >::type | operator> (const MinMax< T > &range, const U &val) |
template<class T , class U > | |
std::enable_if< std::is_convertible< U, T >::value, bool >::type | operator>= (const MinMax< T > &range, const U &val) |
template<class T , class U > | |
std::enable_if< std::is_convertible< U, T >::value, bool >::type | operator< (const U &val, const MinMax< T > &range) |
template<class T , class U > | |
std::enable_if< std::is_convertible< U, T >::value, bool >::type | operator<= (const U &val, const MinMax< T > &range) |
template<class T , class U > | |
std::enable_if< std::is_convertible< U, T >::value, bool >::type | operator> (const U &val, const MinMax< T > &range) |
template<class T , class U > | |
std::enable_if< std::is_convertible< U, T >::value, bool >::type | operator>= (const U &val, const MinMax< T > &range) |
Global functions and operators related to the MinMax class. Included by MinMax.H.
Original source file MinMaxOps.H
InNamespace Foam
Definition in file MinMaxOps.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.