casacore
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
 

Private Attributes

Bool itsSorted
 
Bool itsTakeEvenMean
 
Bool itsInPlace
 
Block< FloatitsTmp
 

Detailed Description

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

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

§ ~MadfmFunc()

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

Definition at line 251 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
inlinevirtual

Definition at line 252 of file ArrayPartMath.h.

Member Data Documentation

§ itsInPlace

Definition at line 257 of file ArrayPartMath.h.

§ itsSorted

Definition at line 255 of file ArrayPartMath.h.

§ itsTakeEvenMean

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

Definition at line 256 of file ArrayPartMath.h.

§ itsTmp

Definition at line 258 of file ArrayPartMath.h.


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