Edge(float cost=1.0F, const std::string label=std::string("")) | Edge | |
Edge(rutz::shared_ptr< Node > sourceNode, rutz::shared_ptr< Node > destNode, float cost=1.0F, const std::string label=std::string("")) | Edge | |
getCost() | Edge | [inline] |
getDestNode() | Edge | [inline] |
getLabel() | Edge | [inline] |
getSourceNode() | Edge | [inline] |
setCost(float cost) | Edge | [inline] |
setDestNode(rutz::shared_ptr< Node > destNode) | Edge | [inline] |
setSourceNode(rutz::shared_ptr< Node > sourceNode) | Edge | [inline] |
~Edge() | Edge |