casa
$Rev:20696$
|
#include <ArrayPartMath.h>
Public Member Functions | |
FractileFunc (Float fraction, Bool sorted=False, Bool inPlace=False) | |
T | operator() (const Array< T > &arr) const |
Private Attributes | |
float | itsFraction |
Bool | itsSorted |
Bool | itsInPlace |
Block< T > | itsTmp |
Definition at line 208 of file ArrayPartMath.h.
casa::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::FractileFunc | ( | Float | fraction, |
Bool | sorted = False , |
||
Bool | inPlace = False |
||
) | [inline, explicit] |
Definition at line 210 of file ArrayPartMath.h.
T casa::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::operator() | ( | const Array< T > & | arr | ) | const [inline] |
Definition at line 213 of file ArrayPartMath.h.
References casa::fractile().
float casa::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::itsFraction [private] |
Definition at line 216 of file ArrayPartMath.h.
Bool casa::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::itsInPlace [private] |
Definition at line 218 of file ArrayPartMath.h.
Bool casa::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::itsSorted [private] |
Definition at line 217 of file ArrayPartMath.h.
Block<T> casa::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::itsTmp [mutable, private] |
Definition at line 219 of file ArrayPartMath.h.