|
#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 35 of file GraphvizLayout.cpp.
|
delete |
~GraphvizLayout | ( | ) |
Definition at line 67 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 80 of file GraphvizLayout.cpp.
GraphvizLayoutedGraph finish | ( | std::string const & | savePNG = "" | ) |