#include <fourier_filters.hh>
Inherits ost::img::ConstModIPAlgorithm.
Public Member Functions | |
| FermiLowPassFilter (Real limit=1.0, Real t=1.0) | |
| virtual void | Visit (ImageHandle &ih) const |
| void | SetLimit (Real limit) |
| Real | GetLimit () |
| void | SetT (Real t) |
| Real | GetT () |
limit = cutoff in voxel sampling units T = temperature parameter voxel sampling units
Definition at line 124 of file fourier_filters.hh.
| FermiLowPassFilter | ( | Real | limit = 1.0, |
|
| Real | t = 1.0 | |||
| ) | [inline] |
Definition at line 128 of file fourier_filters.hh.
| Real GetLimit | ( | ) | [inline] |
Definition at line 137 of file fourier_filters.hh.
| Real GetT | ( | ) | [inline] |
Definition at line 140 of file fourier_filters.hh.
| void SetLimit | ( | Real | limit | ) | [inline] |
Definition at line 136 of file fourier_filters.hh.
| void SetT | ( | Real | t | ) | [inline] |
Definition at line 139 of file fourier_filters.hh.
| virtual void Visit | ( | ImageHandle & | ih | ) | const [virtual] |
Implements ConstModIPAlgorithm.
1.5.8