casacore
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
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.

◆ ~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

Member Data Documentation

◆ itsInPlace

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

◆ itsSorted

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

◆ itsTakeEvenMean

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

◆ itsTmp

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

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