casa
$Rev:20696$
|
Go to the source code of this file.
Classes | |
struct | casa::TabVecLogic_global_functions_vectorComparison |
Comparison between two table vectors. More... | |
struct | casa::TabVecLogic_global_functions_scalarComparison |
Comparison between a table vector and a scalar. More... | |
Namespaces | |
namespace | casa |
this file contains all the compiler specific defines | |
Defines | |
#define | TABVECLOGICOPER(NAME) |
Functions | |
template<class T > | |
Bool | casa::anyLE (const TableVector< T > &l, const TableVector< T > &r) |
Element by element comparisons between the "l" and "r" table vectors. | |
template<class T > | |
Bool | casa::anyLT (const TableVector< T > &l, const TableVector< T > &r) |
template<class T > | |
Bool | casa::anyGE (const TableVector< T > &l, const TableVector< T > &r) |
template<class T > | |
Bool | casa::anyGT (const TableVector< T > &l, const TableVector< T > &r) |
template<class T > | |
Bool | casa::anyEQ (const TableVector< T > &l, const TableVector< T > &r) |
template<class T > | |
Bool | casa::anyNE (const TableVector< T > &l, const TableVector< T > &r) |
template<class T > | |
Bool | casa::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. | |
template<class T > | |
Bool | casa::anyLE (const T &val, const TableVector< T > &tv) |
template<class T > | |
Bool | casa::anyLT (const TableVector< T > &tv, const T &val) |
template<class T > | |
Bool | casa::anyLT (const T &val, const TableVector< T > &tv) |
template<class T > | |
Bool | casa::anyGE (const TableVector< T > &tv, const T &val) |
template<class T > | |
Bool | casa::anyGE (const T &val, const TableVector< T > &tv) |
template<class T > | |
Bool | casa::anyGT (const TableVector< T > &tv, const T &val) |
template<class T > | |
Bool | casa::anyGT (const T &val, const TableVector< T > &tv) |
template<class T > | |
Bool | casa::anyEQ (const TableVector< T > &tv, const T &val) |
template<class T > | |
Bool | casa::anyEQ (const T &val, const TableVector< T > &tv) |
template<class T > | |
Bool | casa::anyNE (const TableVector< T > &tv, const T &val) |
template<class T > | |
Bool | casa::anyNE (const T &val, const TableVector< T > &tv) |
#define TABVECLOGICOPER | ( | NAME | ) |
Definition at line 122 of file TabVecLogic.h.