BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
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... | |
Defines class IterationStrategy and children.
Definition in file IterationStrategy.h.