Non-modifying Algorithm, abstract base class. More...
#include <data_algorithm.hh>
Inherits ost::img::AlgorithmBase.
Inherited by ImageStateNonModAlgorithm< FNC >.
Public Member Functions | |
| virtual void | Visit (const ConstImageHandle &i)=0 |
Protected Member Functions | |
| NonModAlgorithm (const String &name) | |
| NonModAlgorithm (const NonModAlgorithm &a) | |
| NonModAlgorithm & | operator= (const NonModAlgorithm &a) |
Non-modifying Algorithm, abstract base class.
Definition at line 66 of file data_algorithm.hh.
| NonModAlgorithm | ( | const String & | name | ) | [protected] |
ctor, must be initialized with name
| NonModAlgorithm | ( | const NonModAlgorithm & | a | ) | [protected] |
copy ctor
| NonModAlgorithm& operator= | ( | const NonModAlgorithm & | a | ) | [protected] |
assignement op
Reimplemented from AlgorithmBase.
| virtual void Visit | ( | const ConstImageHandle & | i | ) | [pure virtual] |
visitor implementation for images
Implemented in ImageStateNonModAlgorithm< FNC >.
1.6.1