casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T > Class Template Reference

#include <ArrayPartMath.h>

List of all members.

Public Member Functions

 MedianFunc (Bool sorted=False, Bool takeEvenMean=True, Bool inPlace=False)
operator() (const Array< T > &arr) const

Private Attributes

Bool itsSorted
Bool itsTakeEvenMean
Bool itsInPlace
Block< T > itsTmp

Detailed Description

template<typename T>
class casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >

Definition at line 195 of file ArrayPartMath.h.


Constructor & Destructor Documentation

template<typename T >
casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::MedianFunc ( Bool  sorted = False,
Bool  takeEvenMean = True,
Bool  inPlace = False 
) [inline, explicit]

Definition at line 197 of file ArrayPartMath.h.


Member Function Documentation

template<typename T >
T casa::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >::operator() ( const Array< T > &  arr) const [inline]

Definition at line 200 of file ArrayPartMath.h.

References casa::median().


Member Data Documentation

Definition at line 205 of file ArrayPartMath.h.

Definition at line 203 of file ArrayPartMath.h.

Definition at line 204 of file ArrayPartMath.h.

Definition at line 206 of file ArrayPartMath.h.


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