BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
IterationStrategy.h File Reference

Defines class IterationStrategy and children. More...

Go to the source code of this file.

Classes

class  IterationStrategy
 Abstract base class for tree traversal strategies, for use in INodeVisitor. More...
 
class  PreorderStrategy
 Traverse tree; visit parents before their children. More...
 
class  PostorderStrategy
 Traverse tree; visit children before their parents. More...
 

Detailed Description

Defines class IterationStrategy and children.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file IterationStrategy.h.