casacore
Loading...
Searching...
No Matches
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()()

Member Data Documentation

◆ itsFraction

◆ itsInPlace

◆ itsSorted

◆ itsTmp


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