#include <PartialUtils.h>
Public Member Functions | |
| isPeakLess (double x) | |
| Initialize a new instance with the specified peak amplitude. | |
| bool | operator() (const Partial &p) const |
| Function call operator: evaluate a Partial. | |
| bool | operator() (const Partial *p) const |
| Function call operator: evaluate a Partial pointer. | |
Predicate functor returning true if the peak amplitude achieved by its Partial argument is less than the specified absolute amplitude, and false otherwise.
1.6.2