Easy_rider
 
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CDisjointSet
 CGraph< T, U >A templated graph storing nodes of type T and edges of type U
 CGraphVisualizerTemporary test-only class to visualize a Graph<Intersection,Road> using SFML
 CIntersectionRepresents a point (intersection) in a 2D coordinate system
 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>
 CHighwayGeneratorBuilds a minimum spanning tree (Kruskal) over all intersections — Highway generator
 CMotorwayGeneratorBuilds a continuous "motorway" route by:
 CStreetGeneratorFor each intersection, connects it to its k nearest neighbors - Street generator