GraphChi
0.1
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Macros
src
api
functional
functional_defs.hpp
Go to the documentation of this file.
1
27
#ifndef GRAPHCHI_FUNCTIONALDEFS_DEF
28
#define GRAPHCHI_FUNCTIONALDEFS_DEF
29
30
#include "
api/graphchi_program.hpp
"
31
32
namespace
graphchi {
33
34
struct
vertex_info
{
35
vid_t vertexid;
36
int
indegree;
37
int
outdegree;
38
};
39
40
};
41
42
43
#endif
Generated on Thu Jul 5 2012 00:11:17 for GraphChi by
1.8.1.1