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.

40  {
41  return (x+y)/2.;
42  }

References x, and y.


The documentation for this struct was generated from the following file:
y
KernelTraitsBase< Kernel >::space_type::ordinate_type y
Definition: MatchedFilter.hpp:143
x
KernelTraitsBase< Kernel >::space_type::abscissa_type x
Definition: MatchedFilter.hpp:142