Abstract base class for aggregate functions giving a double scalar. More...
#include <ExprGroup.h>
Public Member Functions | |
TableExprGroupFuncDouble (TableExprNodeRep *node, Double initValue=0) | |
virtual | ~TableExprGroupFuncDouble () |
virtual Double | getDouble (const vector< TableExprId > &) |
Protected Attributes | |
Double | itsValue |
Abstract base class for aggregate functions giving a double scalar.
Internal
This class is derived from TableExprGroupFuncBase and act as the abstract base class for aggregate functions resulting in a double scalar.
Derived classes can use itsValue
to contain the aggregated value. It that case they do not need to implement the get
function.
Definition at line 525 of file ExprGroup.h.
casacore::TableExprGroupFuncDouble::TableExprGroupFuncDouble | ( | TableExprNodeRep * | node, | |
Double | initValue = 0 | |||
) | [inline, explicit] |
Definition at line 528 of file ExprGroup.h.
virtual casacore::TableExprGroupFuncDouble::~TableExprGroupFuncDouble | ( | ) | [virtual] |
virtual Double casacore::TableExprGroupFuncDouble::getDouble | ( | const vector< TableExprId > & | ) | [virtual] |
Reimplemented from casacore::TableExprGroupFuncBase.
Reimplemented in casacore::TableExprGroupFractileDouble, and casacore::TableExprGroupFractileArrayDouble.
Double casacore::TableExprGroupFuncDouble::itsValue [protected] |
Definition at line 536 of file ExprGroup.h.