Easy_rider
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CDisjointSet
 CGraphA templated graph storing nodes of type T and edges of type U
 CGraphVisualizerTemporary test-only class to visualize a Graph<Intersection,Road> using SFML
 CHighwayGeneratorBuilds a minimum spanning tree (Kruskal) over all intersections — Highway generator
 CIntersectionRepresents a point (intersection) in a 2D coordinate system
 CMotorwayGeneratorBuilds a continuous "motorway" route by:
 CRoadRepresents a road connecting two Intersections in 2D space, with a computed length and a maximum speed
 CRoadGeneratorAbstract base class for generating roads on a Graph<Intersection,Road>
 CStreetGeneratorFor each intersection, connects it to its k nearest neighbors - Street generator