|
Search Grid
AUVSI Search Path Algorithm 2019-2021
|
Node class for weighted graph. Consists of the search path for the polygon, a pointer to the polygon, and the start state. More...
Public Member Functions | |
| Node (Polygon *poly=NULL, std::list< Edge > *waypoints=NULL, State state=START_V1) | |
| Constructor. | |
Public Attributes | |
| Polygon * | p |
| A pointer to the associated polygon. More... | |
| std::list< Edge > | path |
| The traversal path for the associated polygon. More... | |
| State | startState |
| The start state of the traversal. More... | |
Node class for weighted graph. Consists of the search path for the polygon, a pointer to the polygon, and the start state.