OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Member Functions
ModOPAlgorithm Class Reference

#include <data_algorithm.hh>

Inherits AlgorithmBase.

Inherited by Cartesian, EllipticPolar, Polar, and ImageStateModOPAlgorithm< FNC >.

Public Member Functions

virtual ImageHandle Visit (const ConstImageHandle &ih)=0
- Public Member Functions inherited from AlgorithmBase
const StringGetName () const
virtual ~AlgorithmBase ()

Protected Member Functions

 ModOPAlgorithm (const String &name)
 ModOPAlgorithm (const ModOPAlgorithm &a)
ModOPAlgorithmoperator= (const ModOPAlgorithm &a)
- Protected Member Functions inherited from AlgorithmBase
 AlgorithmBase (const String &n)
 AlgorithmBase (const AlgorithmBase &a)
AlgorithmBaseoperator= (const AlgorithmBase &b)

Detailed Description

out-of-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 ConstModOPAlgorithm

Definition at line 128 of file data_algorithm.hh.


Constructor & Destructor Documentation

ModOPAlgorithm ( const String name)
protected
ModOPAlgorithm ( const ModOPAlgorithm a)
protected

Member Function Documentation

ModOPAlgorithm& operator= ( const ModOPAlgorithm a)
protected
virtual ImageHandle Visit ( const ConstImageHandle ih)
pure virtual

The documentation for this class was generated from the following file: