28 #ifndef CASA_MASKARRLOGI_H
29 #define CASA_MASKARRLOGI_H
202 MaskedLogicalArray operator <= (const MaskedArray<T> &l,
const Array<T> &r);
204 MaskedLogicalArray operator < (const MaskedArray<T> &l,
const Array<T> &r);
223 MaskedLogicalArray operator <= (const Array<T> &l,
const MaskedArray<T> &r);
225 MaskedLogicalArray operator < (const Array<T> &l,
const MaskedArray<T> &r);
244 MaskedLogicalArray operator <= (const MaskedArray<T> &l,
247 MaskedLogicalArray operator < (const MaskedArray<T> &l,
323 MaskedLogicalArray operator <= (const MaskedArray<T> &
array,
const T &val);
325 MaskedLogicalArray operator <= (const T &val, const MaskedArray<T> &
array);
327 MaskedLogicalArray operator < (const MaskedArray<T> &
array,
const T &val);
329 MaskedLogicalArray operator < (const T &val, const MaskedArray<T> &
array);
473 #ifndef CASACORE_NO_AUTO_TEMPLATES
474 #include <casacore/casa/Arrays/MaskArrLogi.tcc>
475 #endif //# CASACORE_NO_AUTO_TEMPLATES
Bool anyLT(const TableVector< T > &l, const TableVector< T > &r)
TableExprNode array(const TableExprNode &values, const TableExprNodeSet &shape)
Create an array of the given shape and fill it with the values.
LatticeExprNode operator!=(const LatticeExprNode &left, const LatticeExprNode &right)
TableExprNode marray(const TableExprNode &array, const TableExprNode &mask)
Form a masked array.
LatticeExprNode operator>=(const LatticeExprNode &left, const LatticeExprNode &right)
Bool anyNE(const TableVector< T > &l, const TableVector< T > &r)
Class for masking an Array for operations on that Array.
LatticeExprNode operator!(const LatticeExprNode &expr)
bool Bool
Define the standard types used by Casacore.
Bool anyGE(const TableVector< T > &l, const TableVector< T > &r)
Bool anyGT(const TableVector< T > &l, const TableVector< T > &r)
template <class T, class U> class vector;
LatticeExprNode operator>(const LatticeExprNode &left, const LatticeExprNode &right)
Bool anyEQ(const TableVector< T > &l, const TableVector< T > &r)
Bool operator==(const MVTime &lh, const MVTime &rh)
is equal operator, uses operator Double which returns days
Bool anyLE(const TableVector< T > &l, const TableVector< T > &r)
Element by element comparisons between the "l" and "r" table vectors.
LatticeExprNode operator||(const LatticeExprNode &left, const LatticeExprNode &right)
LatticeExprNode operator&&(const LatticeExprNode &left, const LatticeExprNode &right)
Logical binary operators.
#define casacore
<X11/Intrinsic.h> #defines true, false, casacore::Bool, and String.