casacore
Loading...
Searching...
No Matches
casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T > Class Template Reference

#include <ArrayPartMath.h>

Public Member Functions

 MadfmFunc (bool sorted=false, bool takeEvenMean=true, bool inPlace=false)
virtual ~MadfmFunc ()
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::MadfmFunc< T >

Definition at line 261 of file ArrayPartMath.h.

Constructor & Destructor Documentation

◆ MadfmFunc()

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

Definition at line 263 of file ArrayPartMath.h.

References itsInPlace, itsSorted, and itsTakeEvenMean.

◆ ~MadfmFunc()

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

Definition at line 266 of file ArrayPartMath.h.

Member Function Documentation

◆ operator()()

template<typename T>
virtual T casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::operator() ( const Array< T > & arr) const
inlinefinaloverridevirtual

Implements casacore::ArrayFunctorBase< T, RES >.

Definition at line 267 of file ArrayPartMath.h.

References itsInPlace, itsSorted, itsTakeEvenMean, and itsTmp.

Member Data Documentation

◆ itsInPlace

template<typename T>
bool casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::itsInPlace
private

Definition at line 272 of file ArrayPartMath.h.

Referenced by MadfmFunc(), and operator()().

◆ itsSorted

template<typename T>
bool casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::itsSorted
private

Definition at line 270 of file ArrayPartMath.h.

Referenced by MadfmFunc(), and operator()().

◆ itsTakeEvenMean

template<typename T>
bool casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::itsTakeEvenMean
private

Definition at line 271 of file ArrayPartMath.h.

Referenced by MadfmFunc(), and operator()().

◆ itsTmp

template<typename T>
std::vector<T> casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >::itsTmp
mutableprivate

Definition at line 273 of file ArrayPartMath.h.

Referenced by operator()().


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