ModIPAlgorithm Class Reference

In-place modification algorithm. More...

#include <data_algorithm.hh>

Inherits ost::img::AlgorithmBase.

Inherited by 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)
ModIPAlgorithmoperator= (const ModIPAlgorithm &a)

Detailed Description

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.


Constructor & Destructor Documentation

ModIPAlgorithm ( const String name  )  [protected]
ModIPAlgorithm ( const ModIPAlgorithm a  )  [protected]

Member Function Documentation

ModIPAlgorithm& operator= ( const ModIPAlgorithm a  )  [protected]

Reimplemented from AlgorithmBase.

virtual void Visit ( ImageHandle ih  )  [pure virtual]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated on 10 Nov 2016 for OpenStructure by  doxygen 1.6.1