casacore
Public Member Functions | Private Attributes | List of all members
casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc > 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, Alloc > &arr) const final override
 

Private Attributes

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

Detailed Description

template<typename T, typename Alloc = std::allocator<T>>
class casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc >

Definition at line 291 of file ArrayPartMath.h.

Constructor & Destructor Documentation

◆ InterFractileRangeFunc()

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

Definition at line 293 of file ArrayPartMath.h.

◆ ~InterFractileRangeFunc()

template<typename T , typename Alloc = std::allocator<T>>
virtual casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc >::~InterFractileRangeFunc ( )
inlinevirtual

Definition at line 296 of file ArrayPartMath.h.

Member Function Documentation

◆ operator()()

template<typename T , typename Alloc = std::allocator<T>>
virtual T casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc >::operator() ( const Array< T, Alloc > &  arr) const
inlinefinaloverridevirtual

Member Data Documentation

◆ itsFraction

template<typename T , typename Alloc = std::allocator<T>>
float casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc >::itsFraction
private

◆ itsInPlace

template<typename T , typename Alloc = std::allocator<T>>
bool casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc >::itsInPlace
private

◆ itsSorted

template<typename T , typename Alloc = std::allocator<T>>
bool casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc >::itsSorted
private

◆ itsTmp

template<typename T , typename Alloc = std::allocator<T>>
std::vector<T> casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc >::itsTmp
mutableprivate

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