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

Distance functor that reads arc weights. More...

Public Types

using Distance_Type = double
 

Public Member Functions

Distance_Type operator() (GridGraph::Arc *arc) const
 

Detailed Description

Distance functor that reads arc weights.

Definition at line 150 of file astar_example.cc.

Member Typedef Documentation

◆ Distance_Type

Member Function Documentation

◆ operator()()

Distance_Type GridDistance::operator() ( GridGraph::Arc arc) const
inline

Definition at line 154 of file astar_example.cc.

References GTArcCommon< ArcInfo >::get_info().


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