casacore
Public Member Functions | Private Attributes | List of all members
casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc > 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, Alloc > &arr) const final override
 
- Public Member Functions inherited from casacore::ArrayFunctorBase< T, RES >
virtual ~ArrayFunctorBase ()
 
virtual RES operator() (const Array< T > &) const =0
 

Private Attributes

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

Detailed Description

template<typename T, typename Alloc = std::allocator<T>>
class casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >

Definition at line 263 of file ArrayPartMath.h.

Constructor & Destructor Documentation

◆ MadfmFunc()

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

Definition at line 265 of file ArrayPartMath.h.

◆ ~MadfmFunc()

template<typename T , typename Alloc = std::allocator<T>>
virtual casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::~MadfmFunc ( )
inlinevirtual

Definition at line 268 of file ArrayPartMath.h.

Member Function Documentation

◆ operator()()

template<typename T , typename Alloc = std::allocator<T>>
virtual T casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::operator() ( const Array< T, Alloc > &  arr) const
inlinefinaloverridevirtual

Member Data Documentation

◆ itsInPlace

template<typename T , typename Alloc = std::allocator<T>>
bool casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::itsInPlace
private

◆ itsSorted

template<typename T , typename Alloc = std::allocator<T>>
bool casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::itsSorted
private

◆ itsTakeEvenMean

template<typename T , typename Alloc = std::allocator<T>>
bool casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::itsTakeEvenMean
private

◆ itsTmp

template<typename T , typename Alloc = std::allocator<T>>
std::vector<T> casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >::itsTmp
mutableprivate

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