|
casacore
|
#include <ArrayPartMath.h>
Public Member Functions | |
| MadfmFunc (bool sorted=false, bool takeEvenMean=true, bool inPlace=false) | |
| virtual | ~MadfmFunc () |
| 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 263 of file ArrayPartMath.h.
|
inlineexplicit |
Definition at line 265 of file ArrayPartMath.h.
|
inlinevirtual |
Definition at line 268 of file ArrayPartMath.h.
|
inlinefinaloverridevirtual |
Definition at line 269 of file ArrayPartMath.h.
References casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::itsInPlace, casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::itsSorted, casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::itsTakeEvenMean, and casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::itsTmp.
|
private |
Definition at line 274 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::operator()().
|
private |
Definition at line 272 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::operator()().
|
private |
Definition at line 273 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::operator()().
|
mutableprivate |
Definition at line 275 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::operator()().