casa
$Rev:20696$
|
Comparison between two table vectors. More...
#include <TabVecLogic.h>
Public Member Functions | |
template<class T > | |
Bool | allLE (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allLT (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allGE (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allGT (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allEQ (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allNE (const TableVector< T > &left, const TableVector< T > &right) |
Comparison between two table vectors.
Internal
Element by element comparisons between the left and right table vectors. The result is true only if the comparison is true for every element of the table vectors. At some point operators will be available that return masks where the comparison is true. The left and right operands must be conformant (i.e. have equal length).
Definition at line 58 of file TabVecLogic.h.
Bool casa::TabVecLogic_global_functions_vectorComparison::allEQ | ( | const TableVector< T > & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_vectorComparison::allGE | ( | const TableVector< T > & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_vectorComparison::allGT | ( | const TableVector< T > & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_vectorComparison::allLE | ( | const TableVector< T > & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_vectorComparison::allLT | ( | const TableVector< T > & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_vectorComparison::allNE | ( | const TableVector< T > & | left, |
const TableVector< T > & | right | ||
) | [inline] |