Py2Cpp 1.6.3; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Classes | Namespaces
nx2bgl.hpp File Reference

Boost Graph Library adapters for XNetwork integration. More...

#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/graph_utility.hpp>
#include <type_traits>
Include dependency graph for nx2bgl.hpp:

Go to the source code of this file.

Classes

class  py::VertexView< Graph >
 Vertex view for Boost Graph Library graphs. More...
 
class  py::EdgeView< Graph >
 Edge view for Boost Graph Library graphs. More...
 
class  py::AtlasView< Vertex, Graph >
 Atlas view for vertex adjacency in Boost Graph Library graphs. More...
 
class  py::GrAdaptor< _Graph >
 Graph adapter for Boost Graph Library integration. More...
 

Namespaces

namespace  py
 Python-like utilities and data structures for C++.
 

Detailed Description

Boost Graph Library adapters for XNetwork integration.

Provides VertexView, EdgeView, AtlasView, and GrAdaptor classes that bridge XNetwork graph concepts with the Boost Graph Library.