OpenStructure
|
#include <data_algorithm.hh>
Inherits AlgorithmBase.
Inherited by DFT, and ImageStateConstModOPAlgorithm< FNC >.
Public Member Functions | |
virtual ImageHandle | Visit (const ConstImageHandle &ih) const =0 |
Public Member Functions inherited from AlgorithmBase | |
const String & | GetName () const |
virtual | ~AlgorithmBase () |
Protected Member Functions | |
ConstModOPAlgorithm (const String &name) | |
ConstModOPAlgorithm (const ConstModOPAlgorithm &a) | |
ConstModOPAlgorithm & | operator= (const ConstModOPAlgorithm &a) |
Protected Member Functions inherited from AlgorithmBase | |
AlgorithmBase (const String &n) | |
AlgorithmBase (const AlgorithmBase &a) | |
AlgorithmBase & | operator= (const AlgorithmBase &b) |
out-of-place modification const algorithm
The const refers to the visit method that is const; as a consequence, the algorithm may be used as a temporary object, but is not able to modify its members from within this method.
Definition at line 143 of file data_algorithm.hh.
|
protected |
|
protected |
|
protected |
|
pure virtual |
Implemented in DFT, and ImageStateConstModOPAlgorithm< FNC >.