DotImport Class Reference
[Import]
List of all members.
Detailed Description
DotImport.cpp - Import a graph coded in dot format.
This plugin enables to import a graph coded with in dot format
File format: [ http://www.research.att.com/sw/tools/graphviz/ ]
First (quick) support of the AT&T DOT language
- main graph entities are extracted (node/edges)
- subgraphs are not already supported
- several attributes (node & edge) are supported
- based on a modified grammar file available with the graphviz' softwares
- this parser can be largely optimized ...
- Author:
- 08/02/2004 - Gerald Gainant (aka maGicG)
LICENCE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Public Member Functions
Constructor & Destructor Documentation
DotImport::DotImport |
( |
ClusterContext |
context |
) |
[inline] |
|
DotImport::~DotImport |
( |
|
) |
[inline] |
|
Member Function Documentation
bool DotImport::import |
( |
const string & |
name |
) |
[inline] |
|
|