CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | List of all members
cass::threshold Class Reference

Binary function for thresholding. More...

#include <convenience_functions.h>

+ Inheritance diagram for cass::threshold:
+ Collaboration diagram for cass::threshold:

Public Member Functions

float operator() (float value, float thresh) const
 operator More...
 

Detailed Description

Binary function for thresholding.

Returns the value if it is below threshold. Otherwise, returns 0.

Author
Thomas White

Definition at line 73 of file convenience_functions.h.

Member Function Documentation

float cass::threshold::operator() ( float  value,
float  thresh 
) const
inline

operator

Definition at line 77 of file convenience_functions.h.


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