|
casacore
|
#include <ArrayPartMath.h>
Public Member Functions | |
| FractileFunc (float fraction, bool sorted=false, bool inPlace=false) | |
| virtual | ~FractileFunc () |
| virtual T | operator() (const Array< T > &arr) const final override |
| Public Member Functions inherited from casacore::ArrayFunctorBase< T, RES > | |
| virtual | ~ArrayFunctorBase () |
Private Attributes | |
| float | itsFraction |
| bool | itsSorted |
| bool | itsInPlace |
| std::vector< T > | itsTmp |
Definition at line 275 of file ArrayPartMath.h.
|
inlineexplicit |
Definition at line 277 of file ArrayPartMath.h.
References itsFraction, itsInPlace, and itsSorted.
|
inlinevirtual |
Definition at line 280 of file ArrayPartMath.h.
|
inlinefinaloverridevirtual |
Implements casacore::ArrayFunctorBase< T, RES >.
Definition at line 281 of file ArrayPartMath.h.
References casacore::fractile(), itsFraction, itsInPlace, itsSorted, and itsTmp.
|
private |
Definition at line 284 of file ArrayPartMath.h.
Referenced by FractileFunc(), and operator()().
|
private |
Definition at line 286 of file ArrayPartMath.h.
Referenced by FractileFunc(), and operator()().
|
private |
Definition at line 285 of file ArrayPartMath.h.
Referenced by FractileFunc(), and operator()().
|
mutableprivate |
Definition at line 287 of file ArrayPartMath.h.
Referenced by operator()().