BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines collection of utility functions for INode. More...
Go to the source code of this file.
Namespaces | |
NodeUtils | |
Macros | |
#define | BORNAGAIN_PARAM_NODE_NODEUTILS_H |
Functions | |
std::string | NodeUtils::nodePath (const INode *node, const INode *root=nullptr) |
Returns path composed of node's displayName, with respect to root node. More... | |
std::string | NodeUtils::nodeToString (const INode *node) |
Returns multiline string representing tree structure starting from given node. More... | |
std::vector< std::tuple< const INode *, int, const INode * > > | NodeUtils::progenyPlus (const INode *node, int level=0) |
Returns a vector of triples (descendant, depth, parent) More... | |
Defines collection of utility functions for INode.
Definition in file NodeUtils.h.
#define BORNAGAIN_PARAM_NODE_NODEUTILS_H |
Definition at line 21 of file NodeUtils.h.