vertex Struct Reference

An overlap graph vertex. More...

Collaboration diagram for vertex:
Collaboration graph
[legend]

Data Fields

segment_tsegment
 the segment the vertex represents
off_t mapping
 the mapping of the segment the vertex represents
off_t self_loop_weight
 the weight of the self-loop (0: no loop)
size_t in_degree
 the number of incoming edges except self-loop
size_t out_degree
 the number of outgoing edges except self-loop
int visited
 Marker used during graph traversals.
struct edgehead
 the head of the linked list holding the outgoing edges of the vertex.

Detailed Description

An overlap graph vertex.

Definition at line 51 of file overlap_graph.c.


Field Documentation

struct edge* vertex::head [read]

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

Generated on Sun Nov 15 15:28:01 2009 for libbls by  doxygen 1.6.1