Packages
libgvc
Gvc
Error
ErrorLevel
GraphKind
Context
Edge
Graph
HtmlString
Node
init
initlib
Gvc
Description:
Content:
Namespaces:
Error
Classes:
Context
Edge
Graph
HtmlString
-
Graphviz has this concept of "referenced counted strings" to save memory.
Node
Enums:
ErrorLevel
GraphKind
Functions:
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.