|
template<class T > |
Bool | casacore::anyLE (const TableVector< T > &l, const TableVector< T > &r) |
| Element by element comparisons between the "l" and "r" table vectors. More...
|
|
template<class T > |
Bool | casacore::anyLT (const TableVector< T > &l, const TableVector< T > &r) |
|
template<class T > |
Bool | casacore::anyGE (const TableVector< T > &l, const TableVector< T > &r) |
|
template<class T > |
Bool | casacore::anyGT (const TableVector< T > &l, const TableVector< T > &r) |
|
template<class T > |
Bool | casacore::anyEQ (const TableVector< T > &l, const TableVector< T > &r) |
|
template<class T > |
Bool | casacore::anyNE (const TableVector< T > &l, const TableVector< T > &r) |
|
template<class T > |
Bool | casacore::anyLE (const TableVector< T > &tv, const T &val) |
| Element by element comparisons between a table vector and a scalar, which behaves as if it were a conformant vector filled with the value "val." The result is true if the comparison is true for some element of the vector. More...
|
|
template<class T > |
Bool | casacore::anyLE (const T &val, const TableVector< T > &tv) |
|
template<class T > |
Bool | casacore::anyLT (const TableVector< T > &tv, const T &val) |
|
template<class T > |
Bool | casacore::anyLT (const T &val, const TableVector< T > &tv) |
|
template<class T > |
Bool | casacore::anyGE (const TableVector< T > &tv, const T &val) |
|
template<class T > |
Bool | casacore::anyGE (const T &val, const TableVector< T > &tv) |
|
template<class T > |
Bool | casacore::anyGT (const TableVector< T > &tv, const T &val) |
|
template<class T > |
Bool | casacore::anyGT (const T &val, const TableVector< T > &tv) |
|
template<class T > |
Bool | casacore::anyEQ (const TableVector< T > &tv, const T &val) |
|
template<class T > |
Bool | casacore::anyEQ (const T &val, const TableVector< T > &tv) |
|
template<class T > |
Bool | casacore::anyNE (const TableVector< T > &tv, const T &val) |
|
template<class T > |
Bool | casacore::anyNE (const T &val, const TableVector< T > &tv) |
|