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. | |
Defines | |
| #define | OGDF_NODE_TYPE_PATTERNS_H |
Typedefs | |
| typedef long | ogdf::nodeType |
Enumerations | |
| enum | ogdf::UMLNodeTypePatterns { ogdf::ntpPrimary = 0x0000000f, ogdf::ntpSecondary = 0x000000f0, ogdf::ntpTertiary = 0x00000f00, ogdf::ntpFourth = 0x0000f000, ogdf::ntpUser = 0xff000000, ogdf::ntpAll = 0xffffffff } |
| enum | ogdf::UMLNodeTypeConstants { ogdf::ntPrimOriginal = 0x1, ogdf::ntPrimCopy = 0x2, ogdf::ntSecStructural = 0x1, ogdf::ntSecNonStructural = 0x2, ogdf::ntTerCrossing = 0x1, ogdf::ntTerExpander = 0x2, ogdf::ntTerHDExpander = 0x6, ogdf::ntTerLDExpander = 0xA, ogdf::ntFourFlow = 0x1, ogdf::ntFourLabel = 0x2, ogdf::ntFourType = 0x3, ogdf::ntFourCorner = 0x4 } |
| !!attention sign, 7fffffff More... | |
| enum | ogdf::UMLNodeTypeOffsets { ogdf::ntoPrimary = 0, ogdf::ntoSecondary = 4, ogdf::ntoTertiary = 8, ogdf::ntoFourth = 12, ogdf::ntoFifth = 16, ogdf::ntoUser = 24 } |
Declaration of node types and patterns for planar representations.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file NodeTypePatterns.h.
| #define OGDF_NODE_TYPE_PATTERNS_H |
Definition at line 55 of file NodeTypePatterns.h.