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
NodeInfo.h File Reference

Declaration of class NodeInfo. More...

Go to the source code of this file.

Classes

class  ogdf::edge_router::NodeInfo
 

Namespaces

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

Functions

std::ostream & ogdf::edge_router::operator<< (std::ostream &O, const NodeInfo &inf)
 

Detailed Description

Declaration of class NodeInfo.

The class NodeInfo holds the information that is necessary for the rerouting of the edges after the constructive compaction step the rerouting works on a PlanRep and derives the info in member get_data.

Author
Karsten Klein
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 NodeInfo.h.