List of all members.
Public Member Functions |
| functional_vertex_unweighted_semisync (graphchi_context &ginfo, vid_t _id, int indeg, int outdeg) |
| functional_vertex_unweighted_semisync (vid_t _id, graphchi_edge< ET > *iptr, graphchi_edge< ET > *optr, int indeg, int outdeg) |
void | first_iteration (graphchi_context &gcontext_) |
void | add_inedge (vid_t src, ET *ptr, bool special_edge) |
void | ready (graphchi_context &gcontext_) |
void | add_outedge (vid_t dst, ET *ptr, bool special_edge) |
bool | computational_edges () |
| graphchi_vertex (vid_t _id, graphchi_edge< KERNEL::EdgeDataType > *iptr, graphchi_edge< KERNEL::EdgeDataType > *optr, int indeg, int outdeg) |
graphchi_edge
< KERNEL::EdgeDataType > * | edge (int i) |
graphchi_edge
< KERNEL::EdgeDataType > * | inedge (int i) |
graphchi_edge
< KERNEL::EdgeDataType > * | outedge (int i) |
KERNEL::VertexDataType | get_data () |
virtual void | set_data (KERNEL::VertexDataTyped) |
void VARIABLE_IS_NOT_USED | sort_edges_indirect () |
| internal_graphchi_vertex (vid_t _id, graphchi_edge< KERNEL::EdgeDataType > *iptr, graphchi_edge< KERNEL::EdgeDataType > *optr, int indeg, int outdeg) |
vid_t | id () const |
int | num_inedges () const |
int | num_outedges () const |
int | num_edges () const |
Static Public Member Functions |
static bool | read_outedges () |
The documentation for this class was generated from the following file: