casacore
|
Comparison between a table vector and a scalar. More...
#include <TVecLogic.h>
Public Member Functions | |
template<class T > | |
Bool | tabVecRepvalrLE (const TabVecRep< T > &left, const T &right) |
template<class T > | |
Bool | tabVecRepvallLE (const T &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecRepvalrLT (const TabVecRep< T > &left, const T &right) |
template<class T > | |
Bool | tabVecRepvallLT (const T &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecRepvalrGE (const TabVecRep< T > &left, const T &right) |
template<class T > | |
Bool | tabVecRepvallGE (const T &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecRepvalrGT (const TabVecRep< T > &left, const T &right) |
template<class T > | |
Bool | tabVecRepvallGT (const T &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecRepvalrEQ (const TabVecRep< T > &left, const T &right) |
template<class T > | |
Bool | tabVecRepvallEQ (const T &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecRepvalrNE (const TabVecRep< T > &left, const T &right) |
template<class T > | |
Bool | tabVecRepvallNE (const T &left, const TabVecRep< 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. The functions are the implementation of the wrapper functions defined in TabVecLogic.h.
Definition at line 98 of file TVecLogic.h.
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvallEQ | ( | const T & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvallGE | ( | const T & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvallGT | ( | const T & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvallLE | ( | const T & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvallLT | ( | const T & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvallNE | ( | const T & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvalrEQ | ( | const TabVecRep< T > & | left, |
const T & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvalrGE | ( | const TabVecRep< T > & | left, |
const T & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvalrGT | ( | const TabVecRep< T > & | left, |
const T & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvalrLE | ( | const TabVecRep< T > & | left, |
const T & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvalrLT | ( | const TabVecRep< T > & | left, |
const T & | right | ||
) |
Bool casacore::TVecLogic_global_functions_scalarComparison::tabVecRepvalrNE | ( | const TabVecRep< T > & | left, |
const T & | right | ||
) |