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

DComplex Array division in table select expression tree. More...

#include <ExprMathNodeArray.h>

Inheritance diagram for casa::TableExprNodeArrayDivideDComplex:
casa::TableExprNodeArrayDivide casa::TableExprNodeArray casa::TableExprNodeBinary casa::TableExprNodeRep

List of all members.

Public Member Functions

 TableExprNodeArrayDivideDComplex (const TableExprNodeRep &)
 ~TableExprNodeArrayDivideDComplex ()
Array< DComplex > getArrayDComplex (const TableExprId &id)
 The default implementation of getArrayDComplex does getArrayDouble and converts the result.

Detailed Description

DComplex Array division in table select expression tree.

Intended use:

Internal

Review Status

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

Prerequisite

Synopsis

This class represents a division in a table select expression tree. Numeric data types will be promoted if possible, so for instance a division of Int and Complex is possible.

Definition at line 589 of file ExprMathNodeArray.h.


Constructor & Destructor Documentation


Member Function Documentation

The default implementation of getArrayDComplex does getArrayDouble and converts the result.

Reimplemented from casa::TableExprNodeArray.


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