casacore
Public Member Functions | Private Attributes | List of all members
casacore::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T > Class Template Reference

#include <ArrayPartMath.h>

Public Member Functions

 FractileFunc (Float fraction, Bool sorted=False, Bool inPlace=False)
 
operator() (const Array< T > &arr) const
 

Private Attributes

float itsFraction
 
Bool itsSorted
 
Bool itsInPlace
 
Block< T > itsTmp
 

Detailed Description

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

Definition at line 238 of file ArrayPartMath.h.

Constructor & Destructor Documentation

§ FractileFunc()

template<typename T >
casacore::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::FractileFunc ( Float  fraction,
Bool  sorted = False,
Bool  inPlace = False 
)
inlineexplicit

Definition at line 240 of file ArrayPartMath.h.

Member Function Documentation

§ operator()()

template<typename T >
T casacore::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::operator() ( const Array< T > &  arr) const
inline

Definition at line 243 of file ArrayPartMath.h.

References casacore::fractile().

Member Data Documentation

§ itsFraction

template<typename T >
float casacore::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::itsFraction
private

Definition at line 246 of file ArrayPartMath.h.

§ itsInPlace

Definition at line 248 of file ArrayPartMath.h.

§ itsSorted

Definition at line 247 of file ArrayPartMath.h.

§ itsTmp

template<typename T >
Block<T> casacore::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >::itsTmp
mutableprivate

Definition at line 249 of file ArrayPartMath.h.


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