#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 278 of file DotParser.h.
Enumerator | |
---|---|
n | |
ne | |
e | |
se | |
s | |
sw | |
w | |
nw | |
c | |
wildcard |
Definition at line 279 of file DotParser.h.
ogdf::dot::Ast::CompassPt::~CompassPt | ( | ) |
Type ogdf::dot::Ast::CompassPt::type |
Definition at line 280 of file DotParser.h.