casacore
|
Go to the source code of this file.
Namespaces | |
namespace | casacore |
this file contains all the compiler specific defines | |
Functions | |
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. | |
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. | |