Edge Struct Reference
This structure stores the edges (connections) of the graph. More...
Public Attributes | |
int | vertexID_A |
int | vertexID_B |
Detailed Description
This structure stores the edges (connections) of the graph.Member Data Documentation
int Edge::vertexID_A |
Referenced by TrainHash::fillMapping(), and TrainHash::traverse().
int Edge::vertexID_B |
Referenced by TrainHash::fillMapping(), and TrainHash::traverse().