LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
LatBuilder::Functor::LowPass< T > Class Template Reference

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
 

Detailed Description

template<typename T>
class LatBuilder::Functor::LowPass< T >

Low pass filter.

Constructor & Destructor Documentation

◆ LowPass()

template<typename T>
LatBuilder::Functor::LowPass< T >::LowPass ( threshold = std::numeric_limits<T>::infinity())
inline

Constructor.

Parameters
thresholdThreshold value.

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