casa
$Rev:20696$
|
DComplex Array constant in table select expression tree. More...
#include <ExprDerNodeArray.h>
Public Member Functions | |
TableExprNodeArrayConstDComplex (const Array< DComplex > &value) | |
TableExprNodeArrayConstDComplex (const Array< Complex > &value) | |
TableExprNodeArrayConstDComplex (const Array< Double > &value) | |
TableExprNodeArrayConstDComplex (const Array< Int64 > &value) | |
~TableExprNodeArrayConstDComplex () | |
Array< DComplex > | getArrayDComplex (const TableExprId &id) |
The default implementation of getArrayDComplex does getArrayDouble and converts the result. | |
Private Attributes | |
Array< DComplex > | value_p |
DComplex 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 164 of file ExprDerNodeArray.h.
casa::TableExprNodeArrayConstDComplex::TableExprNodeArrayConstDComplex | ( | const Array< DComplex > & | value | ) |
casa::TableExprNodeArrayConstDComplex::TableExprNodeArrayConstDComplex | ( | const Array< Complex > & | value | ) |
casa::TableExprNodeArrayConstDComplex::TableExprNodeArrayConstDComplex | ( | const Array< Double > & | value | ) |
casa::TableExprNodeArrayConstDComplex::TableExprNodeArrayConstDComplex | ( | const Array< Int64 > & | value | ) |
Array<DComplex> casa::TableExprNodeArrayConstDComplex::getArrayDComplex | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
Reimplemented from casa::TableExprNodeArray.
Array<DComplex> casa::TableExprNodeArrayConstDComplex::value_p [private] |
Definition at line 174 of file ExprDerNodeArray.h.