Overseer
Public Member Functions | Public Attributes | List of all members
Overseer::AstarNode Struct Reference

Public Member Functions

 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
 

Public Attributes

ChokePointId choke_point_id
 
float f_score
 

Constructor & Destructor Documentation

◆ AstarNode()

Overseer::AstarNode::AstarNode ( ChokePointId  cp_id,
float  f 
)

constructor sets chokepoint id and fscore.

Parameters
cp_idis the wanted chokepoint id for the node.
fthe fscore for the node

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