casacore::TableExprNodeArrayConstDouble Class Reference

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

#include <ExprDerNodeArray.h>

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

List of all members.

Public Member Functions

 TableExprNodeArrayConstDouble (const Array< Double > &value)
 TableExprNodeArrayConstDouble (const Array< Float > &value)
 TableExprNodeArrayConstDouble (const Array< Int64 > &value)
 TableExprNodeArrayConstDouble (const MArray< Double > &value)
 TableExprNodeArrayConstDouble (const MArray< Float > &value)
 TableExprNodeArrayConstDouble (const MArray< Int64 > &value)
 ~TableExprNodeArrayConstDouble ()
MArray< DoublegetArrayDouble (const TableExprId &id)
 The default implementation of getArrayDouble does getArrayInt and converts the result.
MArray< DComplex > getArrayDComplex (const TableExprId &id)
 The default implementation of getArrayDComplex does getArrayDouble and converts the result.

Private Attributes

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


Constructor & Destructor Documentation

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

Member Function Documentation

MArray<DComplex> casacore::TableExprNodeArrayConstDouble::getArrayDComplex ( const TableExprId id  )  [virtual]

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

Reimplemented from casacore::TableExprNodeArray.

MArray<Double> casacore::TableExprNodeArrayConstDouble::getArrayDouble ( const TableExprId id  )  [virtual]

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

Reimplemented from casacore::TableExprNodeArray.


Member Data Documentation

Definition at line 150 of file ExprDerNodeArray.h.


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

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1