#include <casacore/casa/aips.h>
#include <casacore/casa/BasicMath/Math.h>
#include <casacore/casa/Arrays/Array.h>
#include <casacore/casa/Arrays/MaskedArray.h>
#include <casacore/casa/Arrays/IPosition.h>
#include <casacore/casa/BasicSL/Complex.h>
Go to the source code of this file.
|
| casacore |
| this file contains all the compiler specific defines
|
|
|
template<typename T , typename FuncType > |
MaskedArray< T > | casacore::boxedArrayMath (const MaskedArray< T > &array, const IPosition &boxSize, const FuncType &funcObj) |
| Apply the given ArrayMath reduction function objects to each box in the array. More...
|
|
template<typename T , typename FuncType > |
Array< T > | casacore::slidingArrayMath (const MaskedArray< T > &array, const IPosition &halfBoxSize, const FuncType &funcObj, Bool fillEdge=True) |
| Apply for each element in the array the given ArrayMath reduction function object to the box around that element. More...
|
|