|
casacore
|
#include <ArrayPartMath.h>
Public Member Functions | |
| MedianFunc (bool sorted=false, bool takeEvenMean=true, bool inPlace=false) | |
| virtual | ~MedianFunc () |
| virtual T | operator() (const Array< T > &arr) const final override |
| Public Member Functions inherited from casacore::ArrayFunctorBase< T, RES > | |
| virtual | ~ArrayFunctorBase () |
Private Attributes | |
| bool | itsSorted |
| bool | itsTakeEvenMean |
| bool | itsInPlace |
| std::vector< T > | itsTmp |
Definition at line 247 of file ArrayPartMath.h.
|
inlineexplicit |
Definition at line 249 of file ArrayPartMath.h.
References itsInPlace, itsSorted, and itsTakeEvenMean.
|
inlinevirtual |
Definition at line 252 of file ArrayPartMath.h.
|
inlinefinaloverridevirtual |
Implements casacore::ArrayFunctorBase< T, RES >.
Definition at line 253 of file ArrayPartMath.h.
References itsInPlace, itsSorted, itsTakeEvenMean, itsTmp, and casacore::median().
|
private |
Definition at line 258 of file ArrayPartMath.h.
Referenced by MedianFunc(), and operator()().
|
private |
Definition at line 256 of file ArrayPartMath.h.
Referenced by MedianFunc(), and operator()().
|
private |
Definition at line 257 of file ArrayPartMath.h.
Referenced by MedianFunc(), and operator()().
|
mutableprivate |
Definition at line 259 of file ArrayPartMath.h.
Referenced by operator()().