API documentation for visualization library

Michael Galloy

single page | use frames     summary     class     fields     routine details     file attributes

graphs/

vis_dot2graph.pro

includes main-level program

top vis_dot2graph

result = vis_dot2graph(filename [, graph_class=string], node_class=string)

Create a graph representation from a .dot file. The Graphviz website provides a formal specification of the dot language

Return value

IDL_Container of objects with CHILDREN and NAME properties

Parameters

filename in required type=string

filename of .dot file to read

Keywords

graph_class in optional type=string default=IDL_Container

classname for graph class

node_class in required type=string

classname for nodes

Other attributes

Todo:

handle more node, edge, and graph attributes

File attributes

Modification date: Tue Mar 13 13:15:48 2012
Lines: 73
Docformat: rst rst