casacore
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T > Class Template Reference

#include <ArrayPartMath.h>

Public Member Functions

 InterFractileRangeFunc (float fraction, bool sorted=false, bool inPlace=false)
 
virtual ~InterFractileRangeFunc ()
 
virtual T operator() (const Array< T > &arr) const final override
 

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::InterFractileRangeFunc< T >

Definition at line 289 of file ArrayPartMath.h.

Constructor & Destructor Documentation

◆ InterFractileRangeFunc()

template<typename T >
casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T >::InterFractileRangeFunc ( float  fraction,
bool  sorted = false,
bool  inPlace = false 
)
inlineexplicit

Definition at line 291 of file ArrayPartMath.h.

◆ ~InterFractileRangeFunc()

Definition at line 294 of file ArrayPartMath.h.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ itsFraction

◆ itsInPlace

◆ itsSorted

◆ itsTmp

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

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