LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Low pass filter. More...
#include <LowPass.h>
Public Member Functions | |
LowPass (T threshold=std::numeric_limits< T >::infinity()) | |
Constructor. More... | |
bool | operator() (const T &x) const |
Returns true if value is below the specified threshold. | |
void | setThreshold (T threshold) |
Sets the threshold to threshold . | |
const T & | threshold () const |
Low pass filter.
|
inline |
Constructor.
threshold | Threshold value. |