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 > &arr) const final override |
![]() | |
virtual | ~ArrayFunctorBase () |
Private Attributes | |
bool | itsSorted |
bool | itsTakeEvenMean |
bool | itsInPlace |
std::vector< T > | itsTmp |
Definition at line 261 of file ArrayPartMath.h.
|
inlineexplicit |
Definition at line 263 of file ArrayPartMath.h.
|
inlinevirtual |
Definition at line 266 of file ArrayPartMath.h.
|
inlinefinaloverridevirtual |
Implements casacore::ArrayFunctorBase< T, RES >.
Definition at line 267 of file ArrayPartMath.h.
References casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::itsInPlace, casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::itsSorted, casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::itsTakeEvenMean, and casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::itsTmp.
|
private |
Definition at line 272 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::operator()().
|
private |
Definition at line 270 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::operator()().
|
private |
Definition at line 271 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::operator()().
|
mutableprivate |
Definition at line 273 of file ArrayPartMath.h.
Referenced by casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::operator()().