casacore
Loading...
Searching...
No Matches
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)
 
virtual ~FractileFunc ()
 
virtual T operator() (const Array< T > &arr) const final override
 
- Public Member Functions inherited from casacore::ArrayFunctorBase< T, RES >
virtual ~ArrayFunctorBase ()
 

Private Attributes

float itsFraction
 
bool itsSorted
 
bool itsInPlace
 
std::vector< T > itsTmp
 

Detailed Description

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

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

◆ ~FractileFunc()

Definition at line 280 of file ArrayPartMath.h.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ itsFraction

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

◆ itsInPlace

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

◆ itsSorted

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

◆ itsTmp

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

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