28 #ifndef CASA_MASKARRLOGI_H 29 #define CASA_MASKARRLOGI_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/casa/Arrays/Array.h> 34 #include <casacore/casa/Arrays/MaskedArray.h> 35 #include <casacore/casa/Arrays/MaskLogiArr.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 operator==(const std11_allocator< T > &, const std11_allocator< T > &)
Bool anyLT(const TableVector< T > &l, const TableVector< T > &r)
bool operator!=(const std11_allocator< T > &, const std11_allocator< T > &)
TableExprNode array(const TableExprNode &values, const TableExprNodeSet &shape)
Create an array of the given shape and fill it with the values.
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)
LatticeExprNode operator &&(const LatticeExprNode &left, const LatticeExprNode &right)
Logical binary operators.
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 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)
this file contains all the compiler specific defines