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

Поисковые слова: trees
casacore: casa::TableExprNodeArrayConstDouble Class Reference
Public Member Functions | Private Attributes

casa::TableExprNodeArrayConstDouble Class Reference
[Tables_module_internal_classes]

Double Array constant in table select expression tree. More...

#include <ExprDerNodeArray.h>

Inheritance diagram for casa::TableExprNodeArrayConstDouble:
casa::TableExprNodeArray casa::TableExprNodeBinary casa::TableExprNodeRep

List of all members.

Public Member Functions

 TableExprNodeArrayConstDouble (const Array< Double > &value)
 TableExprNodeArrayConstDouble (const Array< Float > &value)
 TableExprNodeArrayConstDouble (const Array< Int64 > &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

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


Constructor & Destructor Documentation

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

Member Function Documentation

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

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

Reimplemented from casa::TableExprNodeArray.

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

Reimplemented from casa::TableExprNodeRep.


Member Data Documentation


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