Class for selecting between directed and undirected graphs. More...
Class for selecting between directed and undirected graphs.
M | graph-attribute specifying Multiedge. (MULTIEDGES/NONMULTIEDGES). |
VertexP | type of property for the vertex. Must be default assignable, copyable and assignable. |
EdgeP | type of property for the edge. Must be default assignable, copyable and assignable. |
PS | Partition strategy that defines how to partition the original domain into subdomains. |
M | Mapper that defines how to map the subdomains produced by the partition to locations. |
Traits | A traits class that defines customizable components of graph, such as the domain type, base container type, storage, etc. |
DirectedType | graph-attribute specifying Directedness (DIRECTED/UNDIRECTED). |