casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casacore::MArrayMath_global_functions_MArray_mathematical_operations::MFractileFunc< T > Class Template Reference

#include <MArrayMath.h>

Inheritance diagram for casacore::MArrayMath_global_functions_MArray_mathematical_operations::MFractileFunc< T >:

Public Member Functions

 MFractileFunc (Float fraction, Bool sorted=False, Bool inPlace=False)
 
virtual ~MFractileFunc ()
 
operator() (const MArray< T > &arr) const
 

Private Attributes

float itsFraction
 
Bool itsSorted
 
Bool itsInPlace
 

Detailed Description

template<typename T>
class casacore::MArrayMath_global_functions_MArray_mathematical_operations::MFractileFunc< T >

Definition at line 170 of file MArrayMath.h.

Constructor & Destructor Documentation

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

Definition at line 172 of file MArrayMath.h.

Definition at line 175 of file MArrayMath.h.

Member Function Documentation

template<typename T >
T casacore::MArrayMath_global_functions_MArray_mathematical_operations::MFractileFunc< T >::operator() ( const MArray< T > &  arr) const
inline

Definition at line 176 of file MArrayMath.h.

References casacore::fractile().

Member Data Documentation

template<typename T >
float casacore::MArrayMath_global_functions_MArray_mathematical_operations::MFractileFunc< T >::itsFraction
private

Definition at line 179 of file MArrayMath.h.

Definition at line 181 of file MArrayMath.h.

Definition at line 180 of file MArrayMath.h.


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