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

#include <MArrayMath.h>

Public Member Functions

 MMedianFunc (Bool sorted=False, Bool takeEvenMean=True, Bool inPlace=False)
 
virtual ~MMedianFunc ()
 
operator() (const MArray< T > &arr) const
 

Private Attributes

Bool itsSorted
 
Bool itsTakeEvenMean
 
Bool itsInPlace
 

Detailed Description

template<typename T>
class casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >

Definition at line 153 of file MArrayMath.h.

Constructor & Destructor Documentation

◆ MMedianFunc()

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

Definition at line 155 of file MArrayMath.h.

◆ ~MMedianFunc()

Definition at line 158 of file MArrayMath.h.

Member Function Documentation

◆ operator()()

template<typename T >
T casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >::operator() ( const MArray< T > &  arr) const
inline

Member Data Documentation

◆ itsInPlace

Definition at line 164 of file MArrayMath.h.

◆ itsSorted

Definition at line 162 of file MArrayMath.h.

◆ itsTakeEvenMean

Definition at line 163 of file MArrayMath.h.


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