BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
NodeUtils.h File Reference

Description

Defines collection of utility functions for INode.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file NodeUtils.h.

Include dependency graph for NodeUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 NodeUtils
 

Macros

#define BORNAGAIN_PARAM_NODE_NODEUTILS_H
 

Functions

template<typename T >
std::vector< const T * > NodeUtils::AllDescendantsOfType (const INode &node)
 
template<typename T >
std::vector< const T * > NodeUtils::ChildNodesOfType (const INode &node)
 
template<typename T >
const T * NodeUtils::OnlyChildOfType (const INode &node)
 

Macro Definition Documentation

◆ BORNAGAIN_PARAM_NODE_NODEUTILS_H

#define BORNAGAIN_PARAM_NODE_NODEUTILS_H

Definition at line 21 of file NodeUtils.h.