|
XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
|
View classes for nodes, edges, and degrees in XNetwork graphs. More...
#include <iterator>

Go to the source code of this file.
Classes | |
| class | xnetwork::NodeView< nodeview_t > |
| NodeView class - acts as gra.nodes() for an XNetwork Graph. More... | |
Namespaces | |
| namespace | xnetwork |
View classes for nodes, edges, and degrees in XNetwork graphs.
Views for nodes, edges and degree are provided for all base graph classes. A view means a read-only object that is quick to create, automatically updated when the graph changes, and provides basic access like n in V, for n in V, V[n] and sometimes set operations.