BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
template<typename T > | |
std::vector< const T * > | ChildNodesOfType (const INode &node) |
template<typename T > | |
const T * | OnlyChildOfType (const INode &node) |
template<typename T > | |
std::vector< const T * > | AllDescendantsOfType (const INode &node) |
std::vector<const T*> INodeUtils::ChildNodesOfType | ( | const INode & | node | ) |
Definition at line 22 of file INodeUtils.h.
References INode::getChildren().
const T* INodeUtils::OnlyChildOfType | ( | const INode & | node | ) |
Definition at line 32 of file INodeUtils.h.
std::vector<const T*> INodeUtils::AllDescendantsOfType | ( | const INode & | node | ) |
Definition at line 40 of file INodeUtils.h.
References INode::getChildren().