49template<
class Type,
class OtherType>
56template<
class Type,
class OtherType>
64inline UniformField<Type>
max
66 const UniformField<Type>& a,
67 const UniformField<Type>&
b
74template<
class Type,
class OtherType>
81template<
class Type,
class OtherType>
82inline OtherType
max(
const OtherType& o,
const UniformField<Type>& u)
84 return max(o, u.value());
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
label min(const labelHashSet &set, label minValue=labelMax)
Find the min value in labelHashSet, optionally limited by second argument.