LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
Loading...
Searching...
No Matches
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.
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.

Examples
tutorial/FilteredCBC.cc, and tutorial/FilteredRCBC.cc.

Constructor & Destructor Documentation

◆ LowPass()

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

Constructor.

Parameters
thresholdThreshold value.

The documentation for this class was generated from the following file:
  • include/latbuilder/Functor/LowPass.h