DHART
|
The ID of a node, and the cost cost to the node after it. More...
#include <path.h>
Public Member Functions | |
bool | operator== (const PathMember &p2) const |
Compare the id and cost of this node with p2. More... | |
bool | operator!= (const PathMember &p2) const |
Determines if this pathmember amd p2 do NOT have equal cost/node values. More... | |
Public Attributes | |
float | cost |
Cost of traversing to the next path member in the path. More... | |
int | node |
ID of the node this represents in the graph. More... | |
|
inline |
Determines if this pathmember amd p2 do NOT have equal cost/node values.
p2 | The PathMember to compare with this pathmember. |
|
inline |
Compare the id and cost of this node with p2.
p2 | The PathMember to compare with this node. |
Definition at line 41 of file path.h.
References cost, node, and HF::SpatialStructures::ROUNDING_PRECISION.
float HF::SpatialStructures::PathMember::cost |
Cost of traversing to the next path member in the path.
Definition at line 20 of file path.h.
Referenced by operator==().
int HF::SpatialStructures::PathMember::node |
ID of the node this represents in the graph.
Definition at line 21 of file path.h.
Referenced by operator==().