casacore
Public Member Functions | Private Attributes | List of all members
casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T > Class Template Reference

#include <ArrayPartMath.h>

Public Member Functions

 MedianFunc (Bool sorted=False, Bool takeEvenMean=True, Bool inPlace=False)
 
operator() (const Array< T > &arr) const
 

Private Attributes

Bool itsSorted
 
Bool itsTakeEvenMean
 
Bool itsInPlace
 
Block< T > itsTmp
 

Detailed Description

template<typename T>
class casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >

Definition at line 212 of file ArrayPartMath.h.

Constructor & Destructor Documentation

§ MedianFunc()

template<typename T >
casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::MedianFunc ( Bool  sorted = False,
Bool  takeEvenMean = True,
Bool  inPlace = False 
)
inlineexplicit

Definition at line 214 of file ArrayPartMath.h.

Member Function Documentation

§ operator()()

template<typename T >
T casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::operator() ( const Array< T > &  arr) const
inline

Definition at line 217 of file ArrayPartMath.h.

References casacore::median().

Member Data Documentation

§ itsInPlace

Definition at line 222 of file ArrayPartMath.h.

§ itsSorted

Definition at line 220 of file ArrayPartMath.h.

§ itsTakeEvenMean

template<typename T >
Bool casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsTakeEvenMean
private

Definition at line 221 of file ArrayPartMath.h.

§ itsTmp

template<typename T >
Block<T> casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::itsTmp
mutableprivate

Definition at line 223 of file ArrayPartMath.h.


The documentation for this class was generated from the following file: