GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
graphlab::distributed_ingress_base< VertexData, EdgeData >::vertex_info Struct Reference

Struct of minimal vertex information for the first pass coordination. More...

#include <graphlab/graph/ingress/distributed_ingress_base.hpp>

List of all members.

Public Member Functions

 vertex_info (vertex_id_type vid=0, vertex_id_type num_in_edges=0, vertex_id_type num_out_edges=0)

Public Attributes

vertex_id_type vid
vertex_id_type num_in_edges
vertex_id_type num_out_edges

Detailed Description

template<typename VertexData, typename EdgeData>
struct graphlab::distributed_ingress_base< VertexData, EdgeData >::vertex_info

Struct of minimal vertex information for the first pass coordination.

Definition at line 91 of file distributed_ingress_base.hpp.


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