28 #ifndef CASA_MARRAYUTIL_H
29 #define CASA_MARRAYUTIL_H
84 reorderArray(array.
mask(), newAxisOrder, alwaysCopy)) :
85 MArray<T> (reorderArray(array.
array(), newAxisOrder, alwaysCopy))));
126 reverseArray(array.
mask(), reversedAxes, alwaysCopy)) :
127 MArray<T> (reverseArray(array.
array(), reversedAxes, alwaysCopy))));
A Vector of integers, for indexing into Array<T> objects.
Class to handle an Array with an optional mask.
Bool isNull() const
Is the array null?
TableExprNode array(const TableExprNode &values, const TableExprNodeSet &shape)
Create an array of the given shape and fill it with the values.
bool Bool
Define the standard types used by Casacore.
const Array< T > & array() const
Get access to the array.
Bool hasMask() const
Is there a mask?
const Array< Bool > & mask() const
Get the mask.
#define casacore
<X11/Intrinsic.h> #defines true, false, casacore::Bool, and String.