#include <Graph.h>
|
| Graph (const String &name, Type type, bool strict=false) |
|
void | render (std::ostream &os, const String &layout="dot", const String &format="svg") |
|
Node * | addNode (const String &name) |
|
Edge * | addEdge (const String &name, Node *head, Node *tail) |
|
Node * | node (const String &name) |
|
Edge * | edge (const String &name) |
|
void | set (const String &key, const String &value, bool html=false) |
|
|
std::map< String, Node * > | mNodes |
|
std::map< String, Edge * > | mEdges |
|
void * | mPtr |
|
int | mKind |
|
The documentation for this class was generated from the following files:
- /__w/dpsim/dpsim/dpsim-models/include/dpsim-models/Graph.h
- /__w/dpsim/dpsim/dpsim-models/src/Graph.cpp