casacore
Loading...
Searching...
No Matches
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)
 
virtual ~MedianFunc ()
 
virtual T operator() (const Array< T > &arr) const final override
 
- Public Member Functions inherited from casacore::ArrayFunctorBase< T, RES >
virtual ~ArrayFunctorBase ()
 

Private Attributes

bool itsSorted
 
bool itsTakeEvenMean
 
bool itsInPlace
 
std::vector< T > itsTmp
 

Detailed Description

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

Definition at line 247 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 249 of file ArrayPartMath.h.

◆ ~MedianFunc()

template<typename T >
virtual casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::~MedianFunc ( )
inlinevirtual

Definition at line 252 of file ArrayPartMath.h.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ itsInPlace

◆ itsSorted

◆ itsTakeEvenMean

◆ itsTmp


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