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
e_map Class Reference

Structure used inside GraphCSR an edge. More...

Detailed Description

Structure used inside GraphCSR an edge.

For each vertex the first number "vid" store the target node, the second number store edge id that store all the properties

Definition at line 79 of file map_graph.hpp.

#include <map_graph.hpp>

Public Types

typedef boost::fusion::vector
< size_t, size_t > 
type
 
typedef memory_traits_inte
< type >::type 
memory_int
 
typedef memory_traits_lin
< type >::type 
memory_lin
 

Public Member Functions

void setvid (size_t vid_)
 
void seteid (size_t eid_)
 

Data Fields

type data
 

Static Public Attributes

static const unsigned int vid = 0
 
static const unsigned int eid = 1
 
static const unsigned int max_prop = 2
 

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