casa
$Rev:20696$
|
Int Array constant in table select expression tree. More...
#include <ExprDerNodeArray.h>
Public Member Functions | |
TableExprNodeArrayConstInt (const Array< Int64 > &value) | |
TableExprNodeArrayConstInt (const Array< uInt > &value) | |
TableExprNodeArrayConstInt (const Array< Int > &value) | |
TableExprNodeArrayConstInt (const Array< uShort > &value) | |
TableExprNodeArrayConstInt (const Array< Short > &value) | |
TableExprNodeArrayConstInt (const Array< uChar > &value) | |
~TableExprNodeArrayConstInt () | |
Array< Int64 > | getArrayInt (const TableExprId &id) |
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< Int64 > | value_p |
Int 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 92 of file ExprDerNodeArray.h.
casa::TableExprNodeArrayConstInt::TableExprNodeArrayConstInt | ( | const Array< Int64 > & | value | ) |
casa::TableExprNodeArrayConstInt::TableExprNodeArrayConstInt | ( | const Array< uInt > & | value | ) |
casa::TableExprNodeArrayConstInt::TableExprNodeArrayConstInt | ( | const Array< Int > & | value | ) |
casa::TableExprNodeArrayConstInt::TableExprNodeArrayConstInt | ( | const Array< uShort > & | value | ) |
casa::TableExprNodeArrayConstInt::TableExprNodeArrayConstInt | ( | const Array< Short > & | value | ) |
casa::TableExprNodeArrayConstInt::TableExprNodeArrayConstInt | ( | const Array< uChar > & | value | ) |
Array<DComplex> casa::TableExprNodeArrayConstInt::getArrayDComplex | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
Reimplemented from casa::TableExprNodeArray.
Array<Double> casa::TableExprNodeArrayConstInt::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Array<Int64> casa::TableExprNodeArrayConstInt::getArrayInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Array<Int64> casa::TableExprNodeArrayConstInt::value_p [private] |
Definition at line 106 of file ExprDerNodeArray.h.