Unary minus in table select expression tree. More...
#include <ExprMathNodeArray.h>
Public Member Functions | |
| TableExprNodeArrayMIN (const TableExprNodeRep &) | |
| ~TableExprNodeArrayMIN () | |
| MArray< Int64 > | getArrayInt (const TableExprId &id) |
| MArray< Double > | getArrayDouble (const TableExprId &id) |
| The default implementation of getArrayDouble does getArrayInt and converts the result. | |
| MArray< DComplex > | getArrayDComplex (const TableExprId &id) |
| The default implementation of getArrayDComplex does getArrayDouble and converts the result. | |
Unary minus in table select expression tree.
Internal
This class represents a unary minus in a table select expression tree. This is defined for numeric data types only.
Definition at line 793 of file ExprMathNodeArray.h.
| casacore::TableExprNodeArrayMIN::TableExprNodeArrayMIN | ( | const TableExprNodeRep & | ) |
| casacore::TableExprNodeArrayMIN::~TableExprNodeArrayMIN | ( | ) |
| MArray<DComplex> casacore::TableExprNodeArrayMIN::getArrayDComplex | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
Reimplemented from casacore::TableExprNodeArray.
| MArray<Double> casacore::TableExprNodeArrayMIN::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDouble does getArrayInt and converts the result.
Reimplemented from casacore::TableExprNodeArray.
| MArray<Int64> casacore::TableExprNodeArrayMIN::getArrayInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
1.6.1