casa::TableExprNodeArrayConstDComplex Class Reference
[Tables_internal_classes]

#include <ExprDerNodeArray.h>

Inheritance diagram for casa::TableExprNodeArrayConstDComplex:

Inheritance graph
[legend]
Collaboration diagram for casa::TableExprNodeArrayConstDComplex:

Collaboration graph
[legend]
List of all members.

Detailed Description

DComplex Array constant in table select expression tree.

Intended use:

Internal

Review Status

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

Prerequisite

Synopsis

This class represents a constant in a table select expression tree. This is also used to hold the value of a table keyword, which is constant over the entire table.

Definition at line 130 of file ExprDerNodeArray.h.

Public Member Functions

 TableExprNodeArrayConstDComplex (const Array< DComplex > &value)
 TableExprNodeArrayConstDComplex (const Array< Complex > &value)
 TableExprNodeArrayConstDComplex (const Array< Double > &value)
 ~TableExprNodeArrayConstDComplex ()
Array< DComplex > getArrayDComplex (const TableExprId &id)
 The default implementation of getArrayDComplex does getArrayDouble and converts the result.

Private Attributes

Array< DComplex > value_p


Constructor & Destructor Documentation

casa::TableExprNodeArrayConstDComplex::TableExprNodeArrayConstDComplex ( const Array< DComplex > &  value  ) 

casa::TableExprNodeArrayConstDComplex::TableExprNodeArrayConstDComplex ( const Array< Complex > &  value  ) 

casa::TableExprNodeArrayConstDComplex::TableExprNodeArrayConstDComplex ( const Array< Double > &  value  ) 

casa::TableExprNodeArrayConstDComplex::~TableExprNodeArrayConstDComplex (  ) 


Member Function Documentation

Array<DComplex> casa::TableExprNodeArrayConstDComplex::getArrayDComplex ( const TableExprId id  )  [virtual]

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

Reimplemented from casa::TableExprNodeArray.


Member Data Documentation

Array<DComplex> casa::TableExprNodeArrayConstDComplex::value_p [private]

Definition at line 139 of file ExprDerNodeArray.h.


The documentation for this class was generated from the following file:
Generated on Mon Sep 1 22:45:23 2008 for NRAOCASA by  doxygen 1.5.1