casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
casa::TableExprNodeArrayColumnDouble Class Reference

Double array column in table select expression. More...

#include <ExprNodeArray.h>

Inheritance diagram for casa::TableExprNodeArrayColumnDouble:
casa::TableExprNodeArrayColumn casa::TableExprNodeArray casa::TableExprNodeBinary casa::TableExprNodeRep

List of all members.

Public Member Functions

 TableExprNodeArrayColumnDouble (const ROTableColumn &, const Table &)
 ~TableExprNodeArrayColumnDouble ()
virtual Double getElemDouble (const TableExprId &id, const Slicer &index)
virtual Array< DoublegetArrayDouble (const TableExprId &id)
virtual Array< DoublegetSliceDouble (const TableExprId &id, const Slicer &)
virtual Array< DoublegetElemColumnDouble (const Vector< uInt > &rownrs, const Slicer &)

Protected Attributes

ROArrayColumn< Doublecol_p

Detailed Description

Double array column in table select expression.

Intended use:

Internal

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Prerequisite

Synopsis

These classes store an array column of type X.

Definition at line 493 of file ExprNodeArray.h.


Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from casa::TableExprNodeRep.

virtual Array<Double> casa::TableExprNodeArrayColumnDouble::getElemColumnDouble ( const Vector< uInt > &  rownrs,
const Slicer  
) [virtual]

Reimplemented from casa::TableExprNodeArray.

virtual Double casa::TableExprNodeArrayColumnDouble::getElemDouble ( const TableExprId id,
const Slicer index 
) [virtual]

Reimplemented from casa::TableExprNodeArray.

virtual Array<Double> casa::TableExprNodeArrayColumnDouble::getSliceDouble ( const TableExprId id,
const Slicer  
) [virtual]

Reimplemented from casa::TableExprNodeArray.


Member Data Documentation

Definition at line 507 of file ExprNodeArray.h.


The documentation for this class was generated from the following file: