Base aggregate class determining the histogram of values in a group. More...
#include <ExprGroupAggrFuncArray.h>
Public Member Functions | |
TableExprGroupHistBase (TableExprNodeRep *node, Int64 nbin, Double start, Double end) | |
virtual | ~TableExprGroupHistBase () |
virtual MArray< Int64 > | getArrayInt (const vector< TableExprId > &) |
Protected Member Functions | |
void | add (Double value) |
Add the value to the histogram. | |
Private Attributes | |
Vector< Int64 > | itsHist |
Double | itsStart |
Double | itsWidth |
Base aggregate class determining the histogram of values in a group.
Internal
Base aggregate class determining the histogram of values in a group
Definition at line 882 of file ExprGroupAggrFuncArray.h.
casacore::TableExprGroupHistBase::TableExprGroupHistBase | ( | TableExprNodeRep * | node, | |
Int64 | nbin, | |||
Double | start, | |||
Double | end | |||
) | [explicit] |
virtual casacore::TableExprGroupHistBase::~TableExprGroupHistBase | ( | ) | [virtual] |
void casacore::TableExprGroupHistBase::add | ( | Double | value | ) | [protected] |
Add the value to the histogram.
virtual MArray<Int64> casacore::TableExprGroupHistBase::getArrayInt | ( | const vector< TableExprId > & | ) | [virtual] |
Reimplemented from casacore::TableExprGroupFuncBase.
Vector<Int64> casacore::TableExprGroupHistBase::itsHist [private] |
Definition at line 893 of file ExprGroupAggrFuncArray.h.
Definition at line 894 of file ExprGroupAggrFuncArray.h.
Definition at line 895 of file ExprGroupAggrFuncArray.h.