OpenStructure
|
#include <data_algorithm.hh>
Inherits AlgorithmBase.
Inherited by Cartesian, EllipticPolar, Polar, and ImageStateModOPAlgorithm< FNC >.
Public Member Functions | |
virtual ImageHandle | Visit (const ConstImageHandle &ih)=0 |
![]() | |
const String & | GetName () const |
virtual | ~AlgorithmBase () |
Protected Member Functions | |
ModOPAlgorithm (const String &name) | |
ModOPAlgorithm (const ModOPAlgorithm &a) | |
ModOPAlgorithm & | operator= (const ModOPAlgorithm &a) |
![]() | |
AlgorithmBase (const String &n) | |
AlgorithmBase (const AlgorithmBase &a) | |
AlgorithmBase & | operator= (const AlgorithmBase &b) |
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 125 of file data_algorithm.hh.
|
protected |
|
protected |
|
protected |
|
pure virtual |
Implemented in Cartesian, EllipticPolar, Polar, and ImageStateModOPAlgorithm< FNC >.