casa
$Rev:20696$
|
Comparison between a table vector and a scalar. More...
#include <TabVecLogic.h>
Public Member Functions | |
template<class T > | |
Bool | allLE (const TableVector< T > &left, const T &right) |
template<class T > | |
Bool | allLE (const T &left, const TableVector< T > &right) |
template<class T > | |
Bool | allLT (const TableVector< T > &left, const T &right) |
template<class T > | |
Bool | allLT (const T &left, const TableVector< T > &right) |
template<class T > | |
Bool | allGE (const TableVector< T > &left, const T &right) |
template<class T > | |
Bool | allGE (const T &left, const TableVector< T > &right) |
template<class T > | |
Bool | allGT (const TableVector< T > &left, const T &right) |
template<class T > | |
Bool | allGT (const T &left, const TableVector< T > &right) |
template<class T > | |
Bool | allEQ (const TableVector< T > &left, const T &right) |
template<class T > | |
Bool | allEQ (const T &left, const TableVector< T > &right) |
template<class T > | |
Bool | allNE (const TableVector< T > &left, const T &right) |
template<class T > | |
Bool | allNE (const T &left, const TableVector< T > &right) |
Comparison between a table vector and a scalar.
Internal
Element by element comparisons between a table vector and a scalar, which behaves as if it were a conformant table vector filled with the scalar value. At some point operators will be available that return masks where the comparison is true.
Definition at line 92 of file TabVecLogic.h.
Bool casa::TabVecLogic_global_functions_scalarComparison::allEQ | ( | const TableVector< T > & | left, |
const T & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allEQ | ( | const T & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allGE | ( | const TableVector< T > & | left, |
const T & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allGE | ( | const T & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allGT | ( | const TableVector< T > & | left, |
const T & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allGT | ( | const T & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allLE | ( | const TableVector< T > & | left, |
const T & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allLE | ( | const T & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allLT | ( | const TableVector< T > & | left, |
const T & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allLT | ( | const T & | left, |
const TableVector< T > & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allNE | ( | const TableVector< T > & | left, |
const T & | right | ||
) | [inline] |
Bool casa::TabVecLogic_global_functions_scalarComparison::allNE | ( | const T & | left, |
const TableVector< T > & | right | ||
) | [inline] |