|
| AstarNode (ChokePointId cp_id, float f) |
| constructor sets chokepoint id and fscore. More...
|
|
bool | operator== (const AstarNode &rhs) const |
| comparator for A* node is equal if chokepoint ids are equal
|
|
|
ChokePointId | choke_point_id |
|
float | f_score |
|
◆ AstarNode()
Overseer::AstarNode::AstarNode |
( |
ChokePointId |
cp_id, |
|
|
float |
f |
|
) |
| |
constructor sets chokepoint id and fscore.
- Parameters
-
cp_id | is the wanted chokepoint id for the node. |
f | the fscore for the node |
The documentation for this struct was generated from the following files: