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

Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п п
casacore: casa::LELBinaryEnums Class Reference
Public Types

casa::LELBinaryEnums Class Reference
[Lattices_module_internal_classes]

Each LEL binary operation is described in this enum. More...

#include <LELBinaryEnums.h>

List of all members.

Public Types

enum  Operation {
  ADD,
  SUBTRACT,
  MULTIPLY,
  DIVIDE,
  AND,
  OR,
  EQ,
  GT,
  GE,
  NE,
  NOPS
}

Detailed Description

Each LEL binary operation is described in this enum.

Intended use:

Internal

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

This enum provides a value for each binary operation accepted by the Lattice Expression Language classes.

Synopsis

Each binary operator accepted by the bridging class LatticeExprNode and passed on to the LELBinary letter classes is labelled internally with a value from this enum.

Definition at line 62 of file LELBinaryEnums.h.


Member Enumeration Documentation

Enumerator:
ADD 

Addition.

SUBTRACT 

Subtraction.

MULTIPLY 

Multiplication.

DIVIDE 

Division.

AND 

Logical and.

OR 

Logical or.

EQ 

==

GT 

> (and reversed <)

GE 

>= (and reversed <=)

NE 

!=

NOPS 

Total number.

Definition at line 65 of file LELBinaryEnums.h.


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