Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::dot::Ast::CompassPt Struct Reference

#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 &paramType)
 
 ~CompassPt ()
 

Public Attributes

Type type
 

Detailed Description

Definition at line 278 of file DotParser.h.

Member Enumeration Documentation

◆ Type

Enumerator
ne 
se 
sw 
nw 
wildcard 

Definition at line 279 of file DotParser.h.

Constructor & Destructor Documentation

◆ CompassPt()

ogdf::dot::Ast::CompassPt::CompassPt ( const Type paramType)

◆ ~CompassPt()

ogdf::dot::Ast::CompassPt::~CompassPt ( )

Member Data Documentation

◆ type

Type ogdf::dot::Ast::CompassPt::type

Definition at line 280 of file DotParser.h.


The documentation for this struct was generated from the following file: