#include <data_algorithm.hh>
Inherits ost::img::AlgorithmBase.
Inherited by FractionalShift, ImageStateModIPAlgorithm< FNC >, and ImageStateMorphAlgorithm< FNC >.
Public Member Functions | |
| virtual void | Visit (ImageHandle &ih)=0 |
Protected Member Functions | |
| ModIPAlgorithm (const String &name) | |
| ModIPAlgorithm (const ModIPAlgorithm &a) | |
| ModIPAlgorithm & | operator= (const ModIPAlgorithm &a) |
The Visit method is not const! As a consequence, algorithms of this type cannot be used as temporary objects. If the algorithm does not need to store values beyond the duraction of the Visit call, it is advisable to use ConstModIPAlgorithm
Definition at line 92 of file data_algorithm.hh.
| ModIPAlgorithm | ( | const String & | name | ) | [protected] |
| ModIPAlgorithm | ( | const ModIPAlgorithm & | a | ) | [protected] |
| ModIPAlgorithm& operator= | ( | const ModIPAlgorithm & | a | ) | [protected] |
| virtual void Visit | ( | ImageHandle & | ih | ) | [pure virtual] |
Implemented in FractionalShift, ImageStateModIPAlgorithm< FNC >, and ImageStateMorphAlgorithm< FNC >.
1.5.8