#include <armarx/navigation/core/Graph.h>
|
std::string | strEdge (ConstEdge edge) const override |
| Get a string representation of the given vertex for usage in str() . More...
|
|
Definition at line 88 of file Graph.h.
◆ strEdge()
std::string strEdge |
( |
ConstEdge |
edge | ) |
const |
|
override |
Get a string representation of the given vertex for usage in str()
.
By default, returns "[<vertex descriptor> (ID <object ID>)]"
.
Get a string representation of the given edge for usage in str()
. By default, returns "[<source descriptor> (ID <source ID>) -> <target descriptor> (ID <target ID>)"
.
Definition at line 91 of file Graph.cpp.
The documentation for this class was generated from the following files: