Space Engineers
|
This is the complete list of members for VRage.Algorithms.MyPathFindingSystem< V >, including all inherited members.
CalculateNextTimestamp() | VRage.Algorithms.MyPathFindingSystem< V > | inlineprotected |
FindPath(V start, V end, Predicate< V > vertexTraversable=null, Predicate< IMyPathEdge< V >> edgeTraversable=null) | VRage.Algorithms.MyPathFindingSystem< V > | inline |
FindPath(V start, Func< V, float > heuristic, Func< V, float > terminationCriterion, Predicate< V > vertexTraversable=null, bool returnClosest=true) | VRage.Algorithms.MyPathFindingSystem< V > | inline |
FindReachable(IEnumerable< V > fromSet, List< V > reachableVertices, Predicate< V > vertexFilter=null, Predicate< V > vertexTraversable=null, Predicate< IMyPathEdge< V >> edgeTraversable=null) | VRage.Algorithms.MyPathFindingSystem< V > | inline |
FindReachable(V from, List< V > reachableVertices, Predicate< V > vertexFilter=null, Predicate< V > vertexTraversable=null, Predicate< IMyPathEdge< V >> edgeTraversable=null) | VRage.Algorithms.MyPathFindingSystem< V > | inline |
GetCurrentTimestamp() | VRage.Algorithms.MyPathFindingSystem< V > | inline |
GetEnumerator() | VRage.Algorithms.MyPathFindingSystem< V > | inline |
MyPathFindingSystem(int queueInitSize=128, Func< long > timestampFunction=null) | VRage.Algorithms.MyPathFindingSystem< V > | inline |
PerformTraversal() | VRage.Algorithms.MyPathFindingSystem< V > | inline |
PrepareTraversal(V startingVertex, Predicate< V > vertexFilter=null, Predicate< V > vertexTraversable=null, Predicate< IMyPathEdge< V >> edgeTraversable=null) | VRage.Algorithms.MyPathFindingSystem< V > | inline |
Reachable(V from, V to) | VRage.Algorithms.MyPathFindingSystem< V > | inline |
VisitedBetween(V vertex, long start, long end) | VRage.Algorithms.MyPathFindingSystem< V > | inline |