DHART
|
A lighter version of Edge that contains an ID instead of a full node object.. More...
#include <Edge.h>
Public Member Functions | |
bool | operator== (const IntEdge &IE2) const |
bool | operator!= (const IntEdge &IE2) const |
Public Attributes | |
int | child |
Identifier of child node. More... | |
float | weight |
Cost to traverse to child. More... | |
A lighter version of Edge that contains an ID instead of a full node object..
|
inline |
Definition at line 68 of file Edge.h.
References operator==().
|
inline |
Definition at line 63 of file Edge.h.
Referenced by operator!=().
int HF::SpatialStructures::IntEdge::child |
Identifier of child node.
Definition at line 59 of file Edge.h.
Referenced by HF::SpatialStructures::CostAlgorithms::CalculateEnergyExpenditure(), and operator==().
float HF::SpatialStructures::IntEdge::weight |