Open
Graph Drawing
Framework

 v.2012.05
 

EdgeLabel.h File Reference

Declaration of EdgeLabelPositioner classes used in EdgeLabel placement. More...

#include <ogdf/basic/geometry.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/BinaryHeap2.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/planarity/PlanRepUML.h>
#include <ogdf/basic/GridLayoutMapped.h>
#include <ogdf/orthogonal/OrthoRep.h>
#include <ogdf/labeling/ELabelInterface.h>
#include <src/orthogonal/EdgeLabel-impl.h>

Go to the source code of this file.

Classes

class  ogdf::ELabelPos< coordType >
struct  ogdf::ELabelPos< coordType >::SegmentInfo
struct  ogdf::ELabelPos< coordType >::FeatureInfo
struct  ogdf::ELabelPos< coordType >::PosInfo
struct  ogdf::ELabelPos< coordType >::FeatureLink
struct  ogdf::ELabelPos< coordType >::LabelInfo
class  ogdf::ELabelPos< coordType >::FeatureComparer

Namespaces

namespace  ogdf
 The namespace for all OGDF objects.

Defines

#define OGDF_EDGE_LABEL_H

Enumerations

enum  ogdf::OutputParameter { ogdf::opStandard, ogdf::opOmitIntersect, ogdf::opOmitFIntersect, ogdf::opResult }
enum  ogdf::candStatus { ogdf::csAssigned, ogdf::csFIntersect, ogdf::csActive, ogdf::csUsed }

Detailed Description

Declaration of EdgeLabelPositioner classes used in EdgeLabel placement.

Author:
Karsten Klein
License:
This file is part of the Open Graph Drawing Framework (OGDF).

Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See also:
http://www.gnu.org/copyleft/gpl.html

Definition in file EdgeLabel.h.


Define Documentation

Definition at line 47 of file EdgeLabel.h.