OpenStructure
|
#include <data_algorithm.hh>
Inherits AlgorithmBase.
Inherited by ImageStateModIPAlgorithm< FNC >, and ImageStateMorphAlgorithm< FNC >.
Public Member Functions | |
virtual void | Visit (ImageHandle &ih)=0 |
Public Member Functions inherited from AlgorithmBase | |
const String & | GetName () const |
virtual | ~AlgorithmBase () |
Protected Member Functions | |
ModIPAlgorithm (const String &name) | |
ModIPAlgorithm (const ModIPAlgorithm &a) | |
ModIPAlgorithm & | operator= (const ModIPAlgorithm &a) |
Protected Member Functions inherited from AlgorithmBase | |
AlgorithmBase (const String &n) | |
AlgorithmBase (const AlgorithmBase &a) | |
AlgorithmBase & | operator= (const AlgorithmBase &b) |
In-place modification algorithm.
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 89 of file data_algorithm.hh.
|
protected |
|
protected |
|
protected |
|
pure virtual |
Implemented in ImageStateMorphAlgorithm< FNC >, and ImageStateModIPAlgorithm< FNC >.