libgvc
Description:
Graph visualization software.
Content:
Namespaces:
- Gvc
- Context
- Edge
- Graph
- HtmlString - Graphviz has this concept of "referenced counted strings" to save memory.
- Node
- public void init ()
You must call init before using the graphviz API.
- public void initlib (size_t graphinfo, size_t nodeinfo, size_t edgeinfo)
Low-level initialization function for the graphviz library, used only if you need to explicitly control the sizes of graph, node and edge objects.
- Error
- public int error (ErrorLevel level, string fmt, ...)
- public void errorf (string format, ...)
- public int errors ()
- public string? last_error ()
- public void set_error (ErrorLevel err)
- public ErrorLevel errno