Open
Graph Drawing
Framework

 v.2012.07
 

EdgeTypePatterns.h File Reference

Edge types and patterns for planar representations. More...

Go to the source code of this file.

Namespaces

namespace  ogdf
 The namespace for all OGDF objects.

Macros

#define OGDF_EDGE_TYPE_PATTERNS_H

Typedefs

typedef long ogdf::edgeType

Enumerations

enum  ogdf::UMLEdgeTypeConstants {
  ogdf::etcPrimAssociation = 0x1, ogdf::etcPrimGeneralization = 0x2, ogdf::etcPrimDependency = 0x4, ogdf::etcSecExpansion = 0x1, ogdf::etcSecDissect = 0x2, ogdf::etcSecFaceSplitter = 0x3, ogdf::etcSecCluster = 0x4, ogdf::etcSecClique, ogdf::etcMerger = 0x1, ogdf::etcVertical = 0x2, ogdf::etcAlign = 0x3, ogdf::etcAssClass = 0x8, ogdf::etcBrother = 0x1, ogdf::etcHalfBrother = 0x2,
  ogdf::etcCousin = 0x3, ogdf::etcFifthToMerger = 0x1, ogdf::etcFifthFromMerger = 0x2
}
 !!attention sign, 7fffffff More...
enum  ogdf::UMLEdgeTypeOffsets { ogdf::etoPrimary = 0, ogdf::etoSecondary = 4, ogdf::etoTertiary = 8, ogdf::etoFourth = 12, ogdf::etoFifth = 16, ogdf::etoUser = 24 }
enum  ogdf::UMLEdgeTypePatterns { ogdf::etpPrimary = 0x0000000f, ogdf::etpSecondary = 0x000000f0, ogdf::etpTertiary = 0x00000f00, ogdf::etpFourth = 0x0000f000, ogdf::etpUser = 0xff000000, ogdf::etpAll = 0xffffffff }

Detailed Description

Edge types and patterns for planar representations.

Author:
Karsten Klein
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
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 EdgeTypePatterns.h.


Macro Definition Documentation

#define OGDF_EDGE_TYPE_PATTERNS_H

Definition at line 54 of file EdgeTypePatterns.h.