|
Py2Cpp 1.6.3; VERSION ${PROJECT_VERSION}
|
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>
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++. | |
Boost Graph Library adapters for XNetwork integration.
Provides VertexView, EdgeView, AtlasView, and GrAdaptor classes that bridge XNetwork graph concepts with the Boost Graph Library.