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

Поисковые слова: dust disk
casacore: casa::TabVecLogic_global_functions_scalarComparison Struct Reference
Public Member Functions

casa::TabVecLogic_global_functions_scalarComparison Struct Reference
[Tables_module_internal_classes]

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

#include <TabVecLogic.h>

List of all members.

Public Member Functions

template<class T >
Bool allLE (const ROTableVector< T > &left, const T &right)
template<class T >
Bool allLE (const T &left, const ROTableVector< T > &right)
template<class T >
Bool allLT (const ROTableVector< T > &left, const T &right)
template<class T >
Bool allLT (const T &left, const ROTableVector< T > &right)
template<class T >
Bool allGE (const ROTableVector< T > &left, const T &right)
template<class T >
Bool allGE (const T &left, const ROTableVector< T > &right)
template<class T >
Bool allGT (const ROTableVector< T > &left, const T &right)
template<class T >
Bool allGT (const T &left, const ROTableVector< T > &right)
template<class T >
Bool allEQ (const ROTableVector< T > &left, const T &right)
template<class T >
Bool allEQ (const T &left, const ROTableVector< T > &right)
template<class T >
Bool allNE (const ROTableVector< T > &left, const T &right)
template<class T >
Bool allNE (const T &left, const ROTableVector< 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.

Definition at line 90 of file TabVecLogic.h.


Member Function Documentation

template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allEQ ( const ROTableVector< T > &  left,
const T &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allEQ ( const T &  left,
const ROTableVector< T > &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allGE ( const ROTableVector< T > &  left,
const T &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allGE ( const T &  left,
const ROTableVector< T > &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allGT ( const T &  left,
const ROTableVector< T > &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allGT ( const ROTableVector< T > &  left,
const T &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allLE ( const ROTableVector< T > &  left,
const T &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allLE ( const T &  left,
const ROTableVector< T > &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allLT ( const T &  left,
const ROTableVector< T > &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allLT ( const ROTableVector< T > &  left,
const T &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allNE ( const ROTableVector< T > &  left,
const T &  right 
) [inline]
template<class T >
Bool casa::TabVecLogic_global_functions_scalarComparison::allNE ( const T &  left,
const ROTableVector< T > &  right 
) [inline]

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