OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
edge_key Class Reference

Detailed Description

Definition at line 119 of file map_graph.hpp.

Public Member Functions

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

Data Fields

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

Member Function Documentation

◆ begin()

void edge_key::begin ( )
inline

Reset the counter.

Definition at line 134 of file map_graph.hpp.

◆ source()

size_t & edge_key::source ( )
inline

Get the source id of this edge.

Returns
the source of this edge

Definition at line 145 of file map_graph.hpp.

◆ target_t()

size_t & edge_key::target_t ( )
inline

Return the target of this edge.

Returns
the target of this edge

Definition at line 156 of file map_graph.hpp.

Field Documentation

◆ pos

size_t edge_key::pos

Actual source node.

Definition at line 124 of file map_graph.hpp.

◆ pos_e

size_t edge_key::pos_e

Actual target node.

Definition at line 127 of file map_graph.hpp.


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