OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
edge_key Class Reference

Detailed Description

Definition at line 106 of file map_graph.hpp.

Public Member Functions

void begin ()
 
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
 
size_t pos_e
 

Member Function Documentation

size_t& edge_key::source ( )
inline

Get the source id of this edge.

Returns
the source of this edge

Definition at line 127 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 138 of file map_graph.hpp.


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