![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Base node set class for graphs. More...
#include <algorithm>#include <utility>#include <agrum/agrum.h>#include <agrum/base/core/signal/signalers.h>#include <agrum/base/graphs/graphElements.h>#include <agrum/base/graphs/parts/nodeGraphPart_inl.h>#include <agrum/base/graphs/parts/nodeGraphPart_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::NodeGraphPartIterator |
| Unsafe iterator on the node set of a graph. More... | |
| class | gum::NodeGraphPartIteratorSafe |
| Safe iterator on the node set of a graph. More... | |
| class | gum::NodeGraphPart |
| Class for node sets in graph. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| std::ostream & | gum::operator<< (std::ostream &, const NodeGraphPart &) |
| for friendly displaying the content of node set | |
Base node set class for graphs.
Definition in file nodeGraphPart.h.