Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
NodeTypePatterns.h File Reference

Declaration of node types and patterns for planar representations. More...

Go to the source code of this file.

Namespaces

namespace  ogdf
 The namespace for all OGDF objects.
 

Typedefs

using ogdf::nodeType = long long
 

Enumerations

enum class  ogdf::UMLNodeTypeConstants { ogdf::PrimOriginal = 0x1 , ogdf::PrimCopy = 0x2 , ogdf::SecStructural = 0x1 , ogdf::SecNonStructural = 0x2 , ogdf::TerCrossing = 0x1 , ogdf::TerExpander = 0x2 , ogdf::TerHDExpander = 0x6 , ogdf::TerLDExpander = 0xA , ogdf::FourFlow = 0x1 , ogdf::FourLabel = 0x2 , ogdf::FourType = 0x3 , ogdf::FourCorner = 0x4 }
 
enum class  ogdf::UMLNodeTypeOffsets { ogdf::Primary = 0 , ogdf::Secondary = 4 , ogdf::Tertiary = 8 , ogdf::Fourth = 12 , ogdf::Fifth = 16 , ogdf::User = 24 }
 
enum class  ogdf::UMLNodeTypePatterns : nodeType { ogdf::Primary = 0x0000000f , ogdf::Secondary = 0x000000f0 , ogdf::Tertiary = 0x00000f00 , ogdf::Fourth = 0x0000f000 , ogdf::User = 0xff000000 , ogdf::All = 0xffffffff }
 

Functions

int ogdf::operator<< (UMLNodeTypeConstants lhs, UMLNodeTypeOffsets rhs)
 

Detailed Description

Declaration of node 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.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 NodeTypePatterns.h.