Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
nodedata_t Struct Reference
Collaboration diagram for nodedata_t:
[legend]

Data Fields

Agrec_t hdr
 
double dist
 
Agnode_tprev
 
bool done
 true if finished
 

Detailed Description

Definition at line 39 of file dijkstra.c.

Field Documentation

◆ dist

double nodedata_t::dist

Definition at line 41 of file dijkstra.c.

◆ done

bool nodedata_t::done

Definition at line 43 of file dijkstra.c.

◆ hdr

Agrec_t nodedata_t::hdr

Definition at line 40 of file dijkstra.c.

◆ prev

Agnode_t* nodedata_t::prev

Definition at line 42 of file dijkstra.c.


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