Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1TVecLogic__global__functions__scalarComparison.html
Дата изменения: Unknown
Дата индексирования: Tue Feb 15 00:41:35 2011
Кодировка:

Поисковые слова: storm
casacore: casa::TVecLogic_global_functions_scalarComparison Struct Reference
Public Member Functions

casa::TVecLogic_global_functions_scalarComparison Struct Reference
[Tables_module_internal_classes]

Comparison between a table vector and a scalar. More...

#include <TVecLogic.h>

List of all members.

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)

Detailed Description

Comparison between a table vector and a scalar.

Intended use:

Internal

Review Status

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

Synopsis

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.


Member Function Documentation

template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvallEQ ( const T &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvallGE ( const T &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvallGT ( const T &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvallLE ( const T &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvallLT ( const T &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvallNE ( const T &  left,
const TabVecRep< T > &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvalrEQ ( const TabVecRep< T > &  left,
const T &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvalrGE ( const TabVecRep< T > &  left,
const T &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvalrGT ( const TabVecRep< T > &  left,
const T &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvalrLE ( const TabVecRep< T > &  left,
const T &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvalrLT ( const TabVecRep< T > &  left,
const T &  right 
)
template<class T >
Bool casa::TVecLogic_global_functions_scalarComparison::tabVecRepvalrNE ( const TabVecRep< T > &  left,
const T &  right 
)

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines