BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
template<typename T > | |
std::vector< const T * > | AllDescendantsOfType (const INode &node) |
template<typename T > | |
std::vector< const T * > | ChildNodesOfType (const INode &node) |
template<typename T > | |
const T * | OnlyChildOfType (const INode &node) |
std::vector<const T*> node_progeny::AllDescendantsOfType | ( | const INode & | node | ) |
Definition at line 45 of file NodeProgeny.h.
References INode::getChildren().
std::vector<const T*> node_progeny::ChildNodesOfType | ( | const INode & | node | ) |
Definition at line 27 of file NodeProgeny.h.
References INode::getChildren().
const T* node_progeny::OnlyChildOfType | ( | const INode & | node | ) |
Definition at line 37 of file NodeProgeny.h.