casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casacore::MaskedMedianFunc< T > Class Template Reference

#include <MaskArrMath.h>

Public Member Functions

 MaskedMedianFunc (bool sorted=false, bool takeEvenMean=true)
 
operator() (const MaskedArray< T > &arr) const
 

Private Attributes

bool itsSorted
 
bool itsTakeEvenMean
 
bool itsInPlace
 

Detailed Description

template<typename T>
class casacore::MaskedMedianFunc< T >

Definition at line 486 of file MaskArrMath.h.

Constructor & Destructor Documentation

template<typename T >
casacore::MaskedMedianFunc< T >::MaskedMedianFunc ( bool  sorted = false,
bool  takeEvenMean = true 
)
inlineexplicit

Definition at line 488 of file MaskArrMath.h.

Member Function Documentation

template<typename T >
T casacore::MaskedMedianFunc< T >::operator() ( const MaskedArray< T > &  arr) const
inline

Member Data Documentation

template<typename T >
bool casacore::MaskedMedianFunc< T >::itsInPlace
private

Definition at line 495 of file MaskArrMath.h.

template<typename T >
bool casacore::MaskedMedianFunc< T >::itsSorted
private

Definition at line 493 of file MaskArrMath.h.

Referenced by casacore::MaskedMedianFunc< T >::operator()().

template<typename T >
bool casacore::MaskedMedianFunc< T >::itsTakeEvenMean
private

Definition at line 494 of file MaskArrMath.h.

Referenced by casacore::MaskedMedianFunc< T >::operator()().


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