#include <casacore/casa/aips.h>
#include <casacore/casa/Arrays/ArrayMath.h>
#include <casacore/casa/Arrays/ArrayMathBase.h>
Go to the source code of this file.
|
| | casacore |
| | this file contains all the compiler specific defines
|
| |
|
| void | casacore::fillBoxedShape (const IPosition &shape, const IPosition &boxShape, IPosition &fullBoxShape, IPosition &resultShape) |
| | Helper functions for boxed and sliding functions. More...
|
| |
| Bool | casacore::fillSlidingShape (const IPosition &shape, const IPosition &halfBoxSize, IPosition &boxEnd, IPosition &resultShape) |
| | Determine the box end and shape of result for a sliding operation. More...
|
| |