Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
GridManhattanHeuristic Struct Reference

Public Types

using Distance_Type = double
 

Public Member Functions

Distance_Type operator() (GridGraph::Node *from, GridGraph::Node *to) const
 

Detailed Description

Definition at line 137 of file astar_test.cc.

Member Typedef Documentation

◆ Distance_Type

Member Function Documentation

◆ operator()()

Distance_Type GridManhattanHeuristic::operator() ( GridGraph::Node from,
GridGraph::Node to 
) const
inline

Definition at line 141 of file astar_test.cc.

References Aleph::maps().


The documentation for this struct was generated from the following file: