#include <data_algorithm.hh>
Inherits ost::img::AlgorithmBase.
Inherited by ButterworthLowPassFilter, CrossCorrelate, FermiHighPassFilter, FermiLowPassFilter, GaussianHighPassFilter, GaussianLowPassFilter, HighPassFilter, LowPassFilter, Normalizer, and ImageStateConstModIPAlgorithm< FNC >.
Public Member Functions | |
| virtual void | Visit (ImageHandle &ih) const =0 |
Protected Member Functions | |
| ConstModIPAlgorithm (const String &name) | |
| ConstModIPAlgorithm (const ConstModIPAlgorithm &a) | |
| ConstModIPAlgorithm & | operator= (const ConstModIPAlgorithm &a) |
The const refers to the visit method that is const; as a consequence, the algorithm may be used as a temporary object, but is not able to modify its members from within this method.
Definition at line 110 of file data_algorithm.hh.
| ConstModIPAlgorithm | ( | const String & | name | ) | [protected] |
| ConstModIPAlgorithm | ( | const ConstModIPAlgorithm & | a | ) | [protected] |
| ConstModIPAlgorithm& operator= | ( | const ConstModIPAlgorithm & | a | ) | [protected] |
| virtual void Visit | ( | ImageHandle & | ih | ) | const [pure virtual] |
1.5.8