|
BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
| std::string | s_indent (int depth) |
| std::string | poolToString (const INode &node) |
| std::string | nodeString (const INode &node, int depth) |
| std::string anonymous_namespace{NodeUtils.cpp}::s_indent | ( | int | depth | ) |
Definition at line 30 of file NodeUtils.cpp.
Referenced by nodeString().
| std::string anonymous_namespace{NodeUtils.cpp}::poolToString | ( | const INode & | node | ) |
Definition at line 37 of file NodeUtils.cpp.
References IParameterized::parameterPool(), and ParameterPool::parameters().
Referenced by nodeString().
| std::string anonymous_namespace{NodeUtils.cpp}::nodeString | ( | const INode & | node, |
| int | depth | ||
| ) |
Definition at line 59 of file NodeUtils.cpp.
References INode::displayName(), poolToString(), and s_indent().
Referenced by NodeUtils::nodeToString().