|
|
#include <VisionX/gui-plugins/SemanticRelationViewer/GraphvizLayout.h>
Public Member Functions | |
| void | addEdge (int sourceID, int targetID, const std::string &label) |
| void | addNode (int id, std::string const &label) |
| GraphvizLayoutedGraph | finish (std::string const &savePNG="") |
| GraphvizLayout () | |
| GraphvizLayout (GraphvizLayout const &)=delete | |
| ~GraphvizLayout () | |
Definition at line 40 of file GraphvizLayout.h.
| GraphvizLayout | ( | ) |
Definition at line 36 of file GraphvizLayout.cpp.
|
delete |
| ~GraphvizLayout | ( | ) |
Definition at line 72 of file GraphvizLayout.cpp.
| void addEdge | ( | int | sourceID, |
| int | targetID, | ||
| const std::string & | label | ||
| ) |
| void addNode | ( | int | id, |
| std::string const & | label | ||
| ) |
Definition at line 86 of file GraphvizLayout.cpp.
| GraphvizLayoutedGraph finish | ( | std::string const & | savePNG = "" | ) |