anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
Visitor
anansi
algorithms
astar
Undocumented in source.
version(unittest)
struct
Visitor {
mixin
NullAstarVisitor
!
G
;
Vertex
_target
;
this
(Vertex target);
void
examineVertex
(const(G) g, Vertex v);
}
Constructors
this
this
(Vertex target)
Undocumented in source.
Members
Functions
examineVertex
void
examineVertex
(const(G) g, Vertex v)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
NullAstarVisitor
!
G
Undocumented in source.
Variables
_target
Vertex
_target
;
Undocumented in source.
Meta
Source
See Implementation
anansi
algorithms
astar
classes
FoundTarget
structs
AStarBfsVisitor
Visitor
templates
NullAstarVisitor
aStarSearch
aStarSearchNoInit
extractPath
isAStarHeuristic