casa::TableExprNodeArrayConstDouble Class Reference
[Tables_internal_classes]

#include <ExprDerNodeArray.h>

Inheritance diagram for casa::TableExprNodeArrayConstDouble:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

Double 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 92 of file ExprDerNodeArray.h.

Public Member Functions

 TableExprNodeArrayConstDouble (const Array< Double > &value)
 TableExprNodeArrayConstDouble (const Array< Float > &value)
 TableExprNodeArrayConstDouble (const Array< uInt > &value)
 TableExprNodeArrayConstDouble (const Array< Int > &value)
 TableExprNodeArrayConstDouble (const Array< uShort > &value)
 TableExprNodeArrayConstDouble (const Array< Short > &value)
 TableExprNodeArrayConstDouble (const Array< uChar > &value)
 ~TableExprNodeArrayConstDouble ()
Array< DoublegetArrayDouble (const TableExprId &id)
Array< DComplex > getArrayDComplex (const TableExprId &id)
 The default implementation of getArrayDComplex does getArrayDouble and converts the result.

Private Attributes

Array< Doublevalue_p


Constructor & Destructor Documentation

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

casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble ( const Array< Float > &  value  ) 

casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble ( const Array< uInt > &  value  ) 

casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble ( const Array< Int > &  value  ) 

casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble ( const Array< uShort > &  value  ) 

casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble ( const Array< Short > &  value  ) 

casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble ( const Array< uChar > &  value  ) 

casa::TableExprNodeArrayConstDouble::~TableExprNodeArrayConstDouble (  ) 


Member Function Documentation

Array<Double> casa::TableExprNodeArrayConstDouble::getArrayDouble ( const TableExprId id  )  [virtual]

Reimplemented from casa::TableExprNodeRep.

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

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

Reimplemented from casa::TableExprNodeArray.


Member Data Documentation

Array<Double> casa::TableExprNodeArrayConstDouble::value_p [private]

Definition at line 106 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