|
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.
|
inlinevirtual |
Definition at line 252 of file ArrayPartMath.h.
|
inlinefinaloverridevirtual |
Implements casacore::ArrayFunctorBase< T, RES >.
Definition at line 253 of file ArrayPartMath.h.
References casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsInPlace, casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsSorted, casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsTakeEvenMean, casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsTmp, and casacore::median().
|
private |
Definition at line 258 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::operator()().
|
private |
Definition at line 256 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::operator()().
|
private |
Definition at line 257 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::operator()().
|
mutableprivate |
Definition at line 259 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::operator()().