ProteoWizard
Public Types | Public Member Functions
OneMinusAbs Struct Reference

List of all members.

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

Definition at line 80 of file MatchedFilterTest.cpp.


Member Function Documentation

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

Definition at line 81 of file MatchedFilterTest.cpp.

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

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