casacore::TableExprGroupFuncArrayDComplex Class Reference

Abstract base class for aggregate functions giving a dcomplex array. More...

#include <ExprGroup.h>

Inheritance diagram for casacore::TableExprGroupFuncArrayDComplex:
casacore::TableExprGroupFuncBase casacore::TableExprGroupMeansArrayDComplex casacore::TableExprGroupProductsArrayDComplex casacore::TableExprGroupSumsArrayDComplex casacore::TableExprGroupSumSqrsArrayDComplex

List of all members.

Public Member Functions

 TableExprGroupFuncArrayDComplex (TableExprNodeRep *node)
virtual ~TableExprGroupFuncArrayDComplex ()
virtual MArray< DComplex > getArrayDComplex (const vector< TableExprId > &)

Protected Member Functions

Bool checkShape (const MArrayBase &arr, const String &func)
 If not empty, check if the shape matches that of itsValue.

Protected Attributes

MArray< DComplex > itsValue

Detailed Description

Abstract base class for aggregate functions giving a dcomplex array.

Intended use:

Internal

Review Status

Test programs:
tExprGroup

Synopsis

This class is derived from TableExprGroupFuncBase and act as the abstract base class for aggregate functions resulting in a dcomplex array.
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 717 of file ExprGroup.h.


Constructor & Destructor Documentation

casacore::TableExprGroupFuncArrayDComplex::TableExprGroupFuncArrayDComplex ( TableExprNodeRep node  )  [inline, explicit]

Definition at line 720 of file ExprGroup.h.

virtual casacore::TableExprGroupFuncArrayDComplex::~TableExprGroupFuncArrayDComplex (  )  [virtual]

Member Function Documentation

Bool casacore::TableExprGroupFuncArrayDComplex::checkShape ( const MArrayBase arr,
const String func 
) [protected]

If not empty, check if the shape matches that of itsValue.

If itsValue is still empty, it is sized.

virtual MArray<DComplex> casacore::TableExprGroupFuncArrayDComplex::getArrayDComplex ( const vector< TableExprId > &   )  [virtual]

Reimplemented from casacore::TableExprGroupFuncBase.


Member Data Documentation

Definition at line 729 of file ExprGroup.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1