Graph C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCgcl::base_graph< VertexType >Virtual template base class for graph objects
|oCgcl::base_directed_graph< VertexType >Virtual template base class for directed graph objects
|\Cgcl::base_undirected_graph< VertexType >Virtual template base class for undirected graph objects
| \Cgcl::base_weighted_undirected_graph< VertexType >Virtual template base class for weighted undirected graph objects
oCgcl::base_graph< gcl::hms_directed_vertex >
|\Cgcl::base_directed_graph< gcl::hms_directed_vertex >
| \Cgcl::hms_directed_graphClass for random directed graphs embedded in a hidden metric space
oCgcl::base_graph< gcl::real_directed_vertex >
|\Cgcl::base_directed_graph< gcl::real_directed_vertex >
| \Cgcl::real_directed_graphClass for real directed graphs
oCgcl::base_graph< gcl::real_undirected_vertex >
|\Cgcl::base_undirected_graph< gcl::real_undirected_vertex >
| \Cgcl::real_undirected_graphClass for real undirected graphs
oCgcl::base_graph< gcl::real_weighted_undirected_vertex >
|\Cgcl::base_undirected_graph< gcl::real_weighted_undirected_vertex >
| \Cgcl::base_weighted_undirected_graph< gcl::real_weighted_undirected_vertex >
|  \Cgcl::real_weighted_undirected_graphClass for real weighted undirected graphs
oCgcl::base_vertex< EdgeAttributesType >Virtual template base class for vertices in graphs
|oCgcl::base_directed_vertex< EdgeAttributesType >Virtual template base class for vertices in directed graphs
|\Cgcl::base_undirected_vertex< EdgeAttributesType >Virtual template base class for vertices in undirected graphs
| \Cgcl::base_weighted_undirected_vertex< EdgeAttributesType >Virtual template base class for vertices in undirected graphs
oCgcl::base_vertex< gcl::simple_edge >
|oCgcl::base_directed_vertex< gcl::simple_edge >
||oCgcl::hms_directed_vertexClass for vertices in random directed graphs embedded in a hidden metric space
||\Cgcl::real_directed_vertexClass for vertices in real directed graphs
|\Cgcl::base_undirected_vertex< gcl::simple_edge >
| \Cgcl::real_undirected_vertexClass for vertices in real undirected graphs
oCgcl::base_vertex< gcl::weighted_edge >
|\Cgcl::base_undirected_vertex< gcl::weighted_edge >
| \Cgcl::base_weighted_undirected_vertex< gcl::weighted_edge >
|  \Cgcl::real_weighted_undirected_vertexClass for vertices in real weighted undirected graphs
oCgcl::simple_edgeClass of the attributes of a simple edge
\Cgcl::weighted_edgeClass of the attributes of a weighted edge