casacore
|
#include <TVecLogic.h>
Public Member Functions | |
template<class T > | |
Bool | tabVecReptvLE (const TabVecRep< T > &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecReptvLT (const TabVecRep< T > &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecReptvGE (const TabVecRep< T > &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecReptvGT (const TabVecRep< T > &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecReptvEQ (const TabVecRep< T > &left, const TabVecRep< T > &right) |
template<class T > | |
Bool | tabVecReptvNE (const TabVecRep< T > &left, const TabVecRep< T > &right) |
Comparison between two table vectors
Internal
Element by element comparisons between two table vectors or between a table vector and a scalar. 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). The functions are the implementation of the wrapper functions defined in TabVecLogic.h.
Definition at line 63 of file TVecLogic.h.
Bool casacore::TVecLogic_global_functions_vectorComparison::tabVecReptvEQ | ( | const TabVecRep< T > & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_vectorComparison::tabVecReptvGE | ( | const TabVecRep< T > & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_vectorComparison::tabVecReptvGT | ( | const TabVecRep< T > & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_vectorComparison::tabVecReptvLE | ( | const TabVecRep< T > & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_vectorComparison::tabVecReptvLT | ( | const TabVecRep< T > & | left, |
const TabVecRep< T > & | right | ||
) |
Bool casacore::TVecLogic_global_functions_vectorComparison::tabVecReptvNE | ( | const TabVecRep< T > & | left, |
const TabVecRep< T > & | right | ||
) |