CARS
Data Fields

edge Struct Reference

#include <dgraph.h>

Data Fields

unsigned int label
double km
struct edgenext

Detailed Description

elemento lista di adiacenza


Field Documentation

double edge::km

peso dell'arco (distanza in km)

Referenced by copy_graph(), dijkstra(), print_graph(), and save_graph().

unsigned int edge::label

etichetta nodo adiacente (indice nell'array)

Referenced by copy_graph(), is_edge(), print_graph(), and save_graph().

struct edge* edge::next

prossima adiacenza

Referenced by copy_graph(), and is_edge().


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