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

Define functors to perform a reduction function on an MArray object. More...

#include <MArrayMath.h>

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

Public Member Functions

virtual ~MSumFunc ()
 
operator() (const MArray< T > &arr) const
 

Detailed Description

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

Define functors to perform a reduction function on an MArray object.

Definition at line 99 of file MArrayMath.h.

Constructor & Destructor Documentation

template<typename T >
virtual casacore::MArrayMath_global_functions_MArray_mathematical_operations::MSumFunc< T >::~MSumFunc ( )
inlinevirtual

Definition at line 101 of file MArrayMath.h.

Member Function Documentation

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

Definition at line 102 of file MArrayMath.h.

References casacore::sum().


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