28 #ifndef CASA_ARRAYOPSDIFFSHAPES_H 29 #define CASA_ARRAYOPSDIFFSHAPES_H 31 #include <casacore/casa/aips.h> 32 #include <casacore/casa/Arrays/ArrayMath.h> 33 #include <casacore/casa/Arrays/ArrayLogical.h> 35 #include <casacore/casa/Arrays/IPosition.h> 91 LogicalArray reformedMask(
const Array<T>& data,
const T truthvalue,
111 template<
typename L,
typename R,
typename BinaryOperator>
112 void binOpExpandInPlace(
Array<L>& left,
const Array<R>& right, BinaryOperator op);
118 #ifndef CASACORE_NO_AUTO_TEMPLATES 119 #include <casacore/casa/Arrays/ArrayOpsDiffShapes.tcc> 120 #endif //# CASACORE_NO_AUTO_TEMPLATES A Vector of integers, for indexing into Array<T> objects.
bool Bool
Define the standard types used by Casacore.
template <class T, class U> class vector;
this file contains all the compiler specific defines