casa
$Rev:20696$
|
Double Array constant in table select expression tree. More...
#include <ExprDerNodeArray.h>
Public Member Functions | |
TableExprNodeArrayConstDouble (const Array< Double > &value) | |
TableExprNodeArrayConstDouble (const Array< Float > &value) | |
TableExprNodeArrayConstDouble (const Array< Int64 > &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 |
Double Array constant in table select expression tree.
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 130 of file ExprDerNodeArray.h.
casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble | ( | const Array< Double > & | value | ) |
casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble | ( | const Array< Float > & | value | ) |
casa::TableExprNodeArrayConstDouble::TableExprNodeArrayConstDouble | ( | const Array< Int64 > & | value | ) |
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.
Definition at line 140 of file ExprDerNodeArray.h.