OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
edge_key Class Reference

Detailed Description

Definition at line 121 of file map_graph.hpp.

Public Member Functions

void begin ()
 Reset the counter. More...
 
size_t & source ()
 Get the source id of this edge. More...
 
size_t & target_t ()
 Return the target of this edge. More...
 

Data Fields

size_t pos
 Actual source node.
 
size_t pos_e
 Actual target node.
 

Member Function Documentation

void edge_key::begin ( )
inline

Reset the counter.

Definition at line 136 of file map_graph.hpp.

size_t& edge_key::source ( )
inline

Get the source id of this edge.

Returns
the source of this edge

Definition at line 147 of file map_graph.hpp.

size_t& edge_key::target_t ( )
inline

Return the target of this edge.

Returns
the target of this edge

Definition at line 158 of file map_graph.hpp.


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