casacore
Loading...
Searching...
No Matches
ExprDerNodeArray.h
Go to the documentation of this file.
1//# ExprDerArrayNode.h: Nodes representing constant arrays in table select expression tree
2//# Copyright (C) 1997,1999,2000
3//# Associated Universities, Inc. Washington DC, USA.
4//#
5//# This library is free software; you can redistribute it and/or modify it
6//# under the terms of the GNU Library General Public License as published by
7//# the Free Software Foundation; either version 2 of the License, or (at your
8//# option) any later version.
9//#
10//# This library is distributed in the hope that it will be useful, but WITHOUT
11//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13//# License for more details.
14//#
15//# You should have received a copy of the GNU Library General Public License
16//# along with this library; if not, write to the Free Software Foundation,
17//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18//#
19//# Correspondence concerning AIPS++ should be addressed as follows:
20//# Internet email: casa-feedback@nrao.edu.
21//# Postal address: AIPS++ Project Office
22//# National Radio Astronomy Observatory
23//# 520 Edgemont Road
24//# Charlottesville, VA 22903-2475 USA
25
26#ifndef TABLES_EXPRDERNODEARRAY_H
27#define TABLES_EXPRDERNODEARRAY_H
28
29//# Includes
30#include <casacore/casa/aips.h>
31#include <casacore/tables/TaQL/ExprNodeArray.h>
32#include <casacore/casa/Arrays/Array.h>
33
34namespace casacore { //# NAMESPACE CASACORE - BEGIN
35
36//# Forward Declarations
37
38
39// <summary>
40// Bool Array constant in table select expression tree
41// </summary>
42
43// <use visibility=local>
44
45// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="">
46// </reviewed>
47
48// <prerequisite>
49//# Classes you should understand before using this one.
50// <li> TableExprNodeArray
51// </prerequisite>
52
53// <synopsis>
54// This class represents a constant in a table select expression tree.
55// This is also used to hold the value of a table keyword, which is
56// constant over the entire table.
57// </synopsis>
58
69
70
71// <summary>
72// Int Array constant in table select expression tree
73// </summary>
74
75// <use visibility=local>
76
77// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="">
78// </reviewed>
79
80// <prerequisite>
81//# Classes you should understand before using this one.
82// <li> TableExprNodeArray
83// </prerequisite>
84
85// <synopsis>
86// This class represents a constant in a table select expression tree.
87// This is also used to hold the value of a table keyword, which is
88// constant over the entire table.
89// </synopsis>
90
115
116
117// <summary>
118// Double Array constant in table select expression tree
119// </summary>
120
121// <use visibility=local>
122
123// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="">
124// </reviewed>
125
126// <prerequisite>
127//# Classes you should understand before using this one.
128// <li> TableExprNodeArray
129// </prerequisite>
130
131// <synopsis>
132// This class represents a constant in a table select expression tree.
133// This is also used to hold the value of a table keyword, which is
134// constant over the entire table.
135// </synopsis>
136
152
153
154// <summary>
155// DComplex Array constant in table select expression tree
156// </summary>
157
158// <use visibility=local>
159
160// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="">
161// </reviewed>
162
163// <prerequisite>
164//# Classes you should understand before using this one.
165// <li> TableExprNodeArray
166// </prerequisite>
167
168// <synopsis>
169// This class represents a constant in a table select expression tree.
170// This is also used to hold the value of a table keyword, which is
171// constant over the entire table.
172// </synopsis>
173
190
191
192// <summary>
193// String Array constant in table select expression tree
194// </summary>
195
196// <use visibility=local>
197
198// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="">
199// </reviewed>
200
201// <prerequisite>
202//# Classes you should understand before using this one.
203// <li> TableExprNodeArray
204// </prerequisite>
205
206// <synopsis>
207// This class represents a constant in a table select expression tree.
208// This is also used to hold the value of a table keyword, which is
209// constant over the entire table.
210// </synopsis>
211
222
223
224// <summary>
225// Date Array constant in table select expression tree
226// </summary>
227
228// <use visibility=local>
229
230// <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="">
231// </reviewed>
232
233// <prerequisite>
234//# Classes you should understand before using this one.
235// <li> TableExprNodeArray
236// </prerequisite>
237
238// <synopsis>
239// This class represents a constant in a table select expression tree.
240// This is also used to hold the value of a table keyword, which is
241// constant over the entire table.
242// </synopsis>
243
255
256
257
258
259} //# NAMESPACE CASACORE - END
260
261#endif
MArray< Bool > getArrayBool(const TableExprId &id)
Get an array value for this node in the given row.
TableExprNodeArrayConstBool(const Array< Bool > &value)
TableExprNodeArrayConstBool(const MArray< Bool > &value)
DComplex Array constant in table select expression tree.
TableExprNodeArrayConstDComplex(const Array< Double > &value)
TableExprNodeArrayConstDComplex(const MArray< Int64 > &value)
TableExprNodeArrayConstDComplex(const MArray< DComplex > &value)
TableExprNodeArrayConstDComplex(const MArray< Double > &value)
TableExprNodeArrayConstDComplex(const MArray< Complex > &value)
TableExprNodeArrayConstDComplex(const Array< Complex > &value)
TableExprNodeArrayConstDComplex(const Array< DComplex > &value)
MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
TableExprNodeArrayConstDComplex(const Array< Int64 > &value)
Date Array constant in table select expression tree.
TableExprNodeArrayConstDate(const Array< MVTime > &value)
MArray< MVTime > getArrayDate(const TableExprId &id)
TableExprNodeArrayConstDate(const MArray< MVTime > &value)
MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
Double Array constant in table select expression tree.
TableExprNodeArrayConstDouble(const MArray< Int64 > &value)
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.
TableExprNodeArrayConstDouble(const MArray< Float > &value)
TableExprNodeArrayConstDouble(const Array< Float > &value)
TableExprNodeArrayConstDouble(const Array< Int64 > &value)
TableExprNodeArrayConstDouble(const MArray< Double > &value)
TableExprNodeArrayConstDouble(const Array< Double > &value)
Int Array constant in table select expression tree.
MArray< Int64 > getArrayInt(const TableExprId &id)
TableExprNodeArrayConstInt(const MArray< uInt64 > &value)
TableExprNodeArrayConstInt(const MArray< uShort > &value)
TableExprNodeArrayConstInt(const MArray< Short > &value)
MArray< DComplex > getArrayDComplex(const TableExprId &id)
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
TableExprNodeArrayConstInt(const Array< uChar > &value)
TableExprNodeArrayConstInt(const Array< Int64 > &value)
TableExprNodeArrayConstInt(const MArray< Int > &value)
TableExprNodeArrayConstInt(const Array< uInt > &value)
MArray< Double > getArrayDouble(const TableExprId &id)
The default implementation of getArrayDouble does getArrayInt and converts the result.
TableExprNodeArrayConstInt(const Array< uInt64 > &value)
TableExprNodeArrayConstInt(const Array< Short > &value)
TableExprNodeArrayConstInt(const Array< Int > &value)
TableExprNodeArrayConstInt(const MArray< Int64 > &value)
TableExprNodeArrayConstInt(const MArray< uInt > &value)
TableExprNodeArrayConstInt(const MArray< uChar > &value)
TableExprNodeArrayConstInt(const Array< uShort > &value)
String Array constant in table select expression tree.
TableExprNodeArrayConstString(const MArray< String > &value)
TableExprNodeArrayConstString(const Array< String > &value)
MArray< String > getArrayString(const TableExprId &id)
this file contains all the compiler specific defines
Definition mainpage.dox:28
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.