casacore
|
#include <MArrayMath.h>
Public Member Functions | |
MMedianFunc (Bool sorted=False, Bool takeEvenMean=True, Bool inPlace=False) | |
virtual | ~MMedianFunc () |
T | operator() (const MArray< T > &arr) const |
Private Attributes | |
Bool | itsSorted |
Bool | itsTakeEvenMean |
Bool | itsInPlace |
Definition at line 155 of file MArrayMath.h.
|
inlineexplicit |
Definition at line 157 of file MArrayMath.h.
|
inlinevirtual |
Definition at line 160 of file MArrayMath.h.
|
inline |
Definition at line 161 of file MArrayMath.h.
References casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >::itsInPlace, casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >::itsSorted, casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >::itsTakeEvenMean, and casacore::MArrayMath_global_functions_MArray_mathematical_operations::median().
|
private |
Definition at line 166 of file MArrayMath.h.
Referenced by casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >::operator()().
|
private |
Definition at line 164 of file MArrayMath.h.
Referenced by casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >::operator()().
|
private |
Definition at line 165 of file MArrayMath.h.
Referenced by casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >::operator()().