ProteoWizard
Public Types | Public Member Functions | List of all members
OneMinusAbs Struct Reference

Public Types

typedef MatchedFilter::DxD space_type
 

Public Member Functions

double operator() (double d) const
 

Detailed Description

Definition at line 78 of file MatchedFilterTest.cpp.

Member Typedef Documentation

§ space_type

Definition at line 80 of file MatchedFilterTest.cpp.

Member Function Documentation

§ operator()()

double OneMinusAbs::operator() ( double  d) const
inline

Definition at line 81 of file MatchedFilterTest.cpp.

81 {return (d>=-1 && d<=1) ? 1 - abs(d) : 0;}

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