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

#include <MArrayMath.h>

Inheritance diagram for casacore::MArrayMath_global_functions_MArray_mathematical_operations::MMedianFunc< T >:

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 157 of file MArrayMath.h.

Constructor & Destructor Documentation

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 159 of file MArrayMath.h.

Definition at line 162 of file MArrayMath.h.

Member Function Documentation

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

Definition at line 163 of file MArrayMath.h.

References casacore::median().

Member Data Documentation

Definition at line 168 of file MArrayMath.h.

Definition at line 166 of file MArrayMath.h.

Definition at line 167 of file MArrayMath.h.


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