#include "Array.h"
#include "MaskedArray.h"
#include "IPosition.h"
#include "MaskArrMath.tcc"
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...
|
|