|
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, Alloc > &arr) const final override |
Public Member Functions inherited from casacore::ArrayFunctorBase< T, RES > | |
| virtual | ~ArrayFunctorBase () |
| virtual RES | operator() (const Array< T > &) const =0 |
Private Attributes | |
| bool | itsSorted |
| bool | itsTakeEvenMean |
| bool | itsInPlace |
| std::vector< T > | itsTmp |
Definition at line 249 of file ArrayPartMath.h.
|
inlineexplicit |
Definition at line 251 of file ArrayPartMath.h.
|
inlinevirtual |
Definition at line 254 of file ArrayPartMath.h.
|
inlinefinaloverridevirtual |
Definition at line 255 of file ArrayPartMath.h.
References casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >::itsInPlace, casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >::itsSorted, casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >::itsTakeEvenMean, casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >::itsTmp, and casacore::median().
|
private |
Definition at line 260 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >::operator()().
|
private |
Definition at line 258 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >::operator()().
|
private |
Definition at line 259 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >::operator()().
|
mutableprivate |
Definition at line 261 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >::operator()().