XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Classes | Namespaces
reportviews.hpp File Reference

View classes for nodes, edges, and degrees in XNetwork graphs. More...

#include <iterator>
Include dependency graph for reportviews.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.