qHexWalker 0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
Loading...
Searching...
No Matches
Dijkstra::Node Struct Reference
+ Collaboration diagram for Dijkstra::Node:

Public Member Functions

bool operator> (const Node &other) const
 

Public Attributes

H3Index cell
 
double distance
 

Detailed Description

Definition at line 15 of file dijkstra.h.

Member Function Documentation

◆ operator>()

bool Dijkstra::Node::operator> ( const Node other) const
inline

Definition at line 19 of file dijkstra.h.

References distance.

Member Data Documentation

◆ cell

H3Index Dijkstra::Node::cell

Definition at line 16 of file dijkstra.h.

◆ distance

double Dijkstra::Node::distance

Definition at line 17 of file dijkstra.h.

Referenced by operator>().


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