Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

#include <ogdf/fileformats/DotParser.h>

Public Member Functions

 Port (std::string *idString, CompassPt *compassPT)
 
 ~Port ()
 

Public Attributes

CompassPtcompassPt
 
std::string * id
 

Detailed Description

Definition at line 286 of file DotParser.h.

Constructor & Destructor Documentation

◆ Port()

ogdf::dot::Ast::Port::Port ( std::string *  idString,
CompassPt compassPT 
)

◆ ~Port()

ogdf::dot::Ast::Port::~Port ( )

Member Data Documentation

◆ compassPt

CompassPt* ogdf::dot::Ast::Port::compassPt

Definition at line 288 of file DotParser.h.

◆ id

std::string* ogdf::dot::Ast::Port::id

Definition at line 287 of file DotParser.h.


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