Loading [MathJax]/extensions/tex2jax.js

Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
DotParser.h File Reference

Declarations for DOT Parser. More...

#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/HashArray.h>
#include <ogdf/cluster/ClusterGraph.h>
#include <ogdf/cluster/ClusterGraphAttributes.h>
#include <ogdf/fileformats/DOT.h>
#include <ogdf/fileformats/DotLexer.h>
#include <cstdio>
#include <set>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  ogdf::dot::Ast
 DOT format abstract syntax tree class, based on official documentation. More...
 
struct  ogdf::dot::Ast::AList
 
struct  ogdf::dot::Ast::AsgnStmt
 
struct  ogdf::dot::Ast::AttrList
 
struct  ogdf::dot::Ast::AttrStmt
 
struct  ogdf::dot::Ast::CompassPt
 
struct  ogdf::dot::Ast::EdgeLhs
 
struct  ogdf::dot::Ast::EdgeRhs
 
struct  ogdf::dot::Ast::EdgeStmt
 
struct  ogdf::dot::Ast::Graph
 
struct  ogdf::dot::Ast::NodeId
 
struct  ogdf::dot::Ast::NodeStmt
 
struct  ogdf::dot::Ast::Port
 
struct  ogdf::dot::Ast::Stmt
 
struct  ogdf::dot::Ast::StmtList
 
struct  ogdf::dot::Ast::Subgraph
 
class  ogdf::dot::Parser
 DOT format parser class. More...
 
struct  ogdf::dot::SubgraphData
 A helper structure containing information for recursive graph reading. More...
 

Namespaces

namespace  ogdf
 The namespace for all OGDF objects.
 
namespace  ogdf::dot
 

Detailed Description

Declarations for DOT Parser.

Author
Łukasz Hanuszczak
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
See README.md in the OGDF root directory for details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html

Definition in file DotParser.h.