graphs/
vis_dot2graph.pro
includes main-level programtop 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
Parameters
- filename in required type=string
- filename of - .dotfile 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 |