KrisLibrary  1.0.0
Node.h
1 #ifndef GRAPH_NODE_H
2 #define GRAPH_NODE_H
3 
4 namespace Graph {
5 
6 enum Color { White, Grey, Black };
7 
8 } //namespace Graph
9 
10 #endif
Namespace for all classes and functions in the Graph subdirectory.
Definition: ApproximateShortestPaths.h:7