gwnavruntime/queries/utils/breadthfirstsearchtraversal.h File Reference

breadthfirstsearchtraversal.h File Reference

Classes

class  Kaim::BreadthFirstSearchTraversal< Visitor >
 The template parameter Visitor must have following methods: void Visit(const NavTrianglePtr& trianglePtr, const TriangleStatusInGrid& triangleStatus) bool IsSearchFinished(); bool ShouldVisitTriangle(const NavTrianglePtr& trianglePtr); bool ShouldVisitNeighborTriangle(const NavTrianglePtr& trianglePtr, KyUInt32 indexOfNeighborTriangle); NavTrianglePtr GetNeighborTriangle(const NavTrianglePtr& trianglePtr, KyUInt32 indexOfNeighborTriangle);. More...
 

Namespaces

 Kaim
 The Autodesk Navigation namespace.
 

Go to the source code of this file.