casa
$Rev:20696$
|
#include <ArrayPartMath.h>
Public Member Functions | |
MedianFunc (Bool sorted=False, Bool takeEvenMean=True, Bool inPlace=False) | |
T | operator() (const Array< T > &arr) const |
Private Attributes | |
Bool | itsSorted |
Bool | itsTakeEvenMean |
Bool | itsInPlace |
Block< T > | itsTmp |
Definition at line 195 of file ArrayPartMath.h.
casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::MedianFunc | ( | Bool | sorted = False , |
Bool | takeEvenMean = True , |
||
Bool | inPlace = False |
||
) | [inline, explicit] |
Definition at line 197 of file ArrayPartMath.h.
T casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::operator() | ( | const Array< T > & | arr | ) | const [inline] |
Definition at line 200 of file ArrayPartMath.h.
References casa::median().
Bool casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsInPlace [private] |
Definition at line 205 of file ArrayPartMath.h.
Bool casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsSorted [private] |
Definition at line 203 of file ArrayPartMath.h.
Bool casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsTakeEvenMean [private] |
Definition at line 204 of file ArrayPartMath.h.
Block<T> casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsTmp [mutable, private] |
Definition at line 206 of file ArrayPartMath.h.