#include <ogdf/fileformats/DotParser.h>
Public Types | |
| enum class | Type { n , ne , e , se , s , sw , w , nw , c , wildcard } |
Public Member Functions | |
| CompassPt (const Type ¶mType) | |
| ~CompassPt () | |
Public Attributes | |
| Type | type |
Definition at line 276 of file DotParser.h.
|
strong |
| Enumerator | |
|---|---|
| n | |
| ne | |
| e | |
| se | |
| s | |
| sw | |
| w | |
| nw | |
| c | |
| wildcard | |
Definition at line 277 of file DotParser.h.
| ogdf::dot::Ast::CompassPt::CompassPt | ( | const Type & | paramType | ) |
| ogdf::dot::Ast::CompassPt::~CompassPt | ( | ) |
| Type ogdf::dot::Ast::CompassPt::type |
Definition at line 278 of file DotParser.h.