#include <ExprDerNodeArray.h>
Inheritance diagram for casa::TableExprNodeArrayConstDouble:


Internal
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< Double > | getArrayDouble (const TableExprId &id) |
| Array< DComplex > | getArrayDComplex (const TableExprId &id) |
| The default implementation of getArrayDComplex does getArrayDouble and converts the result. | |
Private Attributes | |
| Array< Double > | value_p |
| casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble | ( | const Array< Double > & | value | ) |
| casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble | ( | const Array< uShort > & | value | ) |
| casa::TableExprNodeArrayConstDouble::~TableExprNodeArrayConstDouble | ( | ) |
| 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.
Definition at line 106 of file ExprDerNodeArray.h.
1.5.1