Autolayout::Graph Class Reference
#include <_graph.h>
Inheritance diagram for Autolayout::Graph:

Public Member Functions | |
| virtual void | addNode (const char *name, int width, int heigt)=0 |
| virtual void | addEdge (const char *nodea, const char *nodeb, int weight=100)=0 |
| virtual Node * | getNode (const char *)=0 |
| virtual bool | empty ()=0 |
Detailed Description
- Author:
- Dimitri Ognibene <ognibened .it>
Definition at line 23 of file _graph.h.
The documentation for this class was generated from the following file:
