OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
DistGraph_CSR< V, E, Memory, layout_v, layout_e, layout_v_base, layout_e_base, grow_p >::EdgeReq Struct Reference

Structure to store a add request of an edge. More...

Detailed Description

template<typename V, typename E, typename Memory, typename layout_v, typename layout_e, template< typename > class layout_v_base, template< typename > class layout_e_base, typename grow_p>
struct DistGraph_CSR< V, E, Memory, layout_v, layout_e, layout_v_base, layout_e_base, grow_p >::EdgeReq

Structure to store a add request of an edge.

Definition at line 300 of file dist_map_graph.hpp.

Data Fields

size_t v1
 source vertex
 
size_t v2
 target vertex
 
size_t v1n
 source vertex global index
 
size_t v2n
 destination vertex global index
 

The documentation for this struct was generated from the following file: