casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::TVecLogic_global_functions_vectorComparison Struct Reference

Comparison between two table vectors. More...

#include <TVecLogic.h>

List of all members.

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)

Detailed Description

Comparison between two table vectors.

Intended use:

Internal

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

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.


Member Function Documentation

template<class T >
Bool casa::TVecLogic_global_functions_vectorComparison::tabVecReptvEQ ( const TabVecRep< T > &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_vectorComparison::tabVecReptvGE ( const TabVecRep< T > &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_vectorComparison::tabVecReptvGT ( const TabVecRep< T > &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_vectorComparison::tabVecReptvLE ( const TabVecRep< T > &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_vectorComparison::tabVecReptvLT ( const TabVecRep< T > &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_vectorComparison::tabVecReptvNE ( const TabVecRep< T > &  left,
const TabVecRep< T > &  right 
)

The documentation for this struct was generated from the following file: