Traits for the short_csr_graph. More...
Public Types | |
typedef csr_graph_base_traits | this_type |
typedef VertexP | vertex_property |
typedef EdgeP | edge_property |
typedef PS::value_type | domain_type |
typedef domain_type::index_type | index_type |
typedef index_type | vertex_descriptor |
typedef index_type | simple_vertex_descriptor |
typedef vertex_descriptor | gid_type |
typedef edge_descriptor_impl< vertex_descriptor > | edge_descriptor |
typedef sequential::graph_type< this_type, D >::type | directness_type |
typedef sequential::graph_type< this_type, M >::type | multiplicity_type |
typedef PS | partition_type |
typedef Map | mapper_type |
typedef PS::index_type | cid_type |
typedef domain_type::size_type | size_type |
using | base_container_type = graph_base_container< BCTraits > |
typedef detail::construct_container_registry< base_container_type, partition_type >::type | container_registry_type |
typedef container_manager_static_graph< base_container_type, container_registry_type > | container_manager_type |
typedef base_container_type::vertex_type | value_type |
typedef container_directory< partition_type, mapper_type, manager_type, static_registry< manager_type > > | directory_type |
Traits for the short_csr_graph.
D | graph-attribute specifying Directedness (DIRECTED/UNDIRECTED). |
VertexP | type of property for the vertex. |
EdgeP | type of property for the edge. |
PS | Partition strategy that defines how to partition the original domain into subdomains. |
Map | Mapper that defines how to map the subdomains produced by the partition to locations. |