28 #ifndef CASA_MARRAYUTIL_H 29 #define CASA_MARRAYUTIL_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/casa/Arrays/ArrayUtil.h> 84 reorderArray(array.
mask(), newAxisOrder, alwaysCopy)) :
85 MArray<T> (reorderArray(array.
array(), newAxisOrder, alwaysCopy))));
A Vector of integers, for indexing into Array<T> objects.
Bool isNull() const
Is the array null?
Class to handle an Array with an optional mask.
TableExprNode array(const TableExprNode &values, const TableExprNodeSet &shape)
Create an array of the given shape and fill it with the values.
const Array< Bool > & mask() const
Get the mask.
const Array< T > & array() const
Get access to the array.
bool Bool
Define the standard types used by Casacore.
Bool hasMask() const
Is there a mask?
this file contains all the compiler specific defines