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

#include <ArrayPartMath.h>

Inheritance diagram for casacore::ArrayPartMath_global_functions_Array_partial_operations::StddevFunc< T, Alloc >:
casacore::ArrayFunctorBase< T >

Public Member Functions

 StddevFunc (size_t ddof)
 
virtual ~StddevFunc ()
 
virtual T operator() (const Array< T, Alloc > &arr) const finaloverride
 
- Public Member Functions inherited from casacore::ArrayFunctorBase< T >
virtual ~ArrayFunctorBase ()
 
virtual T operator() (const Array< T > &) const =0
 

Private Attributes

size_t itsDdof
 

Detailed Description

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

Definition at line 230 of file ArrayPartMath.h.

Constructor & Destructor Documentation

template<typename T , typename Alloc = std::allocator<T>>
casacore::ArrayPartMath_global_functions_Array_partial_operations::StddevFunc< T, Alloc >::StddevFunc ( size_t  ddof)
inlineexplicit

Definition at line 232 of file ArrayPartMath.h.

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

Definition at line 234 of file ArrayPartMath.h.

Member Function Documentation

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

Definition at line 235 of file ArrayPartMath.h.

Member Data Documentation

template<typename T , typename Alloc = std::allocator<T>>
size_t casacore::ArrayPartMath_global_functions_Array_partial_operations::StddevFunc< T, Alloc >::itsDdof
private

Definition at line 237 of file ArrayPartMath.h.


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