7 #include "DebugRendering.h"
9 #include "FittedRouteCallback.h"
10 #include "RouteVertexDebugVisualiser.h"
11 #include "RouteCallback.h"
12 #include "VectorMathDecl.h"
28 typedef std::vector<DebugRendering::DebugSphereData*> TSphereVector;
29 std::map<Streaming::MortonKey, TSphereVector> m_sphereMap;
38 void RemoveAllSpheres();
42 void HandleRouteRemoved(
const Route* route);
53 bool GetEnabled()
const {
return m_enabled; };