PGROUTING  3.2
graph_enum.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  graphType { UNDIRECTED = 0, DIRECTED }
 

Enumeration Type Documentation

◆ graphType

enum graphType
Enumerator
UNDIRECTED 
DIRECTED 

Definition at line 30 of file graph_enum.h.

30 {UNDIRECTED = 0, DIRECTED};
UNDIRECTED
@ UNDIRECTED
Definition: graph_enum.h:30
DIRECTED
@ DIRECTED
Definition: graph_enum.h:30