Double array column in table select expression. More...
#include <ExprNodeArray.h>
Public Member Functions | |
| TableExprNodeArrayColumnDouble (const TableColumn &, const Table &) | |
| ~TableExprNodeArrayColumnDouble () | |
| virtual void | applySelection (const Vector< uInt > &rownrs) |
| Re-create the column object for a selection of rows. | |
| virtual Double | getElemDouble (const TableExprId &id, const Slicer &index) |
| virtual MArray< Double > | getArrayDouble (const TableExprId &id) |
| The default implementation of getArrayDouble does getArrayInt and converts the result. | |
| virtual MArray< Double > | getSliceDouble (const TableExprId &id, const Slicer &) |
| virtual Array< Double > | getElemColumnDouble (const Vector< uInt > &rownrs, const Slicer &) |
Protected Attributes | |
| ArrayColumn< Double > | col_p |
Double array column in table select expression.
Internal
These classes store an array column of type X.
Definition at line 539 of file ExprNodeArray.h.
| casacore::TableExprNodeArrayColumnDouble::TableExprNodeArrayColumnDouble | ( | const TableColumn & | , | |
| const Table & | ||||
| ) |
| casacore::TableExprNodeArrayColumnDouble::~TableExprNodeArrayColumnDouble | ( | ) |
| virtual void casacore::TableExprNodeArrayColumnDouble::applySelection | ( | const Vector< uInt > & | rownrs | ) | [virtual] |
Re-create the column object for a selection of rows.
Reimplemented from casacore::TableExprNodeArrayColumn.
| virtual MArray<Double> casacore::TableExprNodeArrayColumnDouble::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDouble does getArrayInt and converts the result.
Reimplemented from casacore::TableExprNodeArray.
| virtual Array<Double> casacore::TableExprNodeArrayColumnDouble::getElemColumnDouble | ( | const Vector< uInt > & | rownrs, | |
| const Slicer & | ||||
| ) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
| virtual Double casacore::TableExprNodeArrayColumnDouble::getElemDouble | ( | const TableExprId & | id, | |
| const Slicer & | index | |||
| ) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
| virtual MArray<Double> casacore::TableExprNodeArrayColumnDouble::getSliceDouble | ( | const TableExprId & | id, | |
| const Slicer & | ||||
| ) | [virtual] |
Reimplemented from casacore::TableExprNodeArray.
Definition at line 556 of file ExprNodeArray.h.
1.6.1