ProteoWizard
Public Member Functions | List of all members
ralab::base::resample::utilities::meanfunctor< T > Struct Template Reference

#include <determinebinwidth.hpp>

Inheritance diagram for ralab::base::resample::utilities::meanfunctor< T >:

Public Member Functions

operator() (const T &x, const T &y)
 

Detailed Description

template<class T>
struct ralab::base::resample::utilities::meanfunctor< T >

Definition at line 39 of file determinebinwidth.hpp.

Member Function Documentation

§ operator()()

template<class T >
T ralab::base::resample::utilities::meanfunctor< T >::operator() ( const T &  x,
const T &  y 
)
inline

Definition at line 40 of file determinebinwidth.hpp.

References ralab::base::resample::utilities::summ().

40  {
41  return (x+y)/2.;
42  }
KernelTraitsBase< Kernel >::space_type::abscissa_type x
KernelTraitsBase< Kernel >::space_type::ordinate_type y

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