Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/TabVecLogic_8h.html
Дата изменения: Unknown
Дата индексирования: Mon Feb 14 19:28:32 2011
Кодировка:
casacore: tables/Tables/TabVecLogic.h File Reference
Classes | Namespaces | Defines | Functions

TabVecLogic.h File Reference

#include <casa/aips.h>
#include <tables/Tables/TableVector.h>
#include <tables/Tables/TVecLogic.h>
#include <tables/Tables/TabVecLogic.tcc>

Go to the source code of this file.

Classes

struct  casa::TabVecLogic_global_functions_vectorComparison
 Comparison between two table vectors. More...
struct  casa::TabVecLogic_global_functions_scalarComparison
 Comparison between a table vector and a scalar. More...

Namespaces

namespace  casa
 

this file contains all the compiler specific defines


Defines

#define TABVECLOGICOPER(NAME)

Functions

template<class T >
Bool casa::anyLE (const ROTableVector< T > &l, const ROTableVector< T > &r)
 Element by element comparisons between the "l" and "r" table vectors.
template<class T >
Bool casa::anyLT (const ROTableVector< T > &l, const ROTableVector< T > &r)
template<class T >
Bool casa::anyGE (const ROTableVector< T > &l, const ROTableVector< T > &r)
template<class T >
Bool casa::anyGT (const ROTableVector< T > &l, const ROTableVector< T > &r)
template<class T >
Bool casa::anyEQ (const ROTableVector< T > &l, const ROTableVector< T > &r)
template<class T >
Bool casa::anyNE (const ROTableVector< T > &l, const ROTableVector< T > &r)
template<class T >
Bool casa::anyLE (const ROTableVector< T > &tv, const T &val)
 Element by element comparisons between a table vector and a scalar, which behaves as if it were a conformant vector filled with the value "val." The result is true if the comparison is true for some element of the vector.
template<class T >
Bool casa::anyLE (const T &val, const ROTableVector< T > &tv)
template<class T >
Bool casa::anyLT (const ROTableVector< T > &tv, const T &val)
template<class T >
Bool casa::anyLT (const T &val, const ROTableVector< T > &tv)
template<class T >
Bool casa::anyGE (const ROTableVector< T > &tv, const T &val)
template<class T >
Bool casa::anyGE (const T &val, const ROTableVector< T > &tv)
template<class T >
Bool casa::anyGT (const ROTableVector< T > &tv, const T &val)
template<class T >
Bool casa::anyGT (const T &val, const ROTableVector< T > &tv)
template<class T >
Bool casa::anyEQ (const ROTableVector< T > &tv, const T &val)
template<class T >
Bool casa::anyEQ (const T &val, const ROTableVector< T > &tv)
template<class T >
Bool casa::anyNE (const ROTableVector< T > &tv, const T &val)
template<class T >
Bool casa::anyNE (const T &val, const ROTableVector< T > &tv)

Define Documentation

#define TABVECLOGICOPER (   NAME  ) 

Definition at line 120 of file TabVecLogic.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines