#include <fourier_filters.hh>
Inherits ost::img::ConstModIPAlgorithm.
Public Member Functions | |
| FermiHighPassFilter (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 151 of file fourier_filters.hh.
| FermiHighPassFilter | ( | Real | limit = 1.0, |
|
| Real | t = 1.0 | |||
| ) | [inline] |
Definition at line 155 of file fourier_filters.hh.
| Real GetLimit | ( | ) | [inline] |
Definition at line 164 of file fourier_filters.hh.
| Real GetT | ( | ) | [inline] |
Definition at line 167 of file fourier_filters.hh.
| void SetLimit | ( | Real | limit | ) | [inline] |
Definition at line 163 of file fourier_filters.hh.
| void SetT | ( | Real | t | ) | [inline] |
Definition at line 166 of file fourier_filters.hh.
| virtual void Visit | ( | ImageHandle & | ih | ) | const [virtual] |
Implements ConstModIPAlgorithm.
1.5.8