aStarSearchNoInit.aStarSearchNoInit

Undocumented in source. Be warned that the author may not have intended to support it.
template aStarSearchNoInit(GraphT, VertexDescriptorT, HeuristicT, VisitorT = NullAstarVisitor!GraphT, ColourMapT = Colour[VertexDescriptorT], PredecessorMapT = VertexDescriptorT[VertexDescriptorT], WeightMapT = real[VertexDescriptorT], DistanceMapT = real[VertexDescriptorT], CostMapT = real[VertexDescriptorT])
void
aStarSearchNoInit
(
ref const(GraphT) g
,
VertexDescriptorT src
,
HeuristicT heuristic
,
ref const(WeightMapT) weights
,
ref PredecessorMapT predecessorMap
,
VisitorT visitor
,
ref ColourMapT colourMap
,
ref DistanceMapT distanceMap
,
ref CostMapT costMap
)

Meta