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) |
Declaration of node types and patterns for planar representations.
Definition in file NodeTypePatterns.h.