Graph Class Reference

#include <armarx/navigation/core/Graph.h>

+ Inheritance diagram for Graph:

Public Member Functions

std::string strEdge (ConstEdge edge) const override
 Get a string representation of the given vertex for usage in str(). More...
 

Detailed Description

Definition at line 88 of file Graph.h.

Member Function Documentation

◆ 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: