dotimport(3)
NAME
DotImport - DotImport.cpp - Import a graph coded in dot format.
SYNOPSIS
Public Member Functions
DotImport (AlgorithmContext context)
~DotImport ()
bool import (const string &name)
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
o main graph entities are extracted (node/edges)
o subgraphs are not already supported
o several attributes (node & edge) are supported
- o based on a modified grammar file available with the graphviz'
- softwares
- o 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.
Constructor & Destructor Documentation
DotImport::DotImport (AlgorithmContext context) [inline] DotImport::~DotImport () [inline]
Member Function Documentation
bool DotImport::import (const string & name) [inline]
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.