Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

#include <ogdf/fileformats/DotParser.h>

+ Inheritance diagram for ogdf::dot::Ast::NodeId:

Public Member Functions

 NodeId (const std::string &idString, Port *paramPort)
 
 ~NodeId ()
 
virtual bool read (Parser &P, ogdf::Graph &G, GraphAttributes *GA, ClusterGraph *C, ClusterGraphAttributes *CA, const SubgraphData &data) override
 
- Public Member Functions inherited from ogdf::dot::Ast::EdgeLhs
virtual ~EdgeLhs ()=0
 

Public Attributes

const std::string id
 
Portport
 

Detailed Description

Definition at line 267 of file DotParser.h.

Constructor & Destructor Documentation

◆ NodeId()

ogdf::dot::Ast::NodeId::NodeId ( const std::string &  idString,
Port paramPort 
)

◆ ~NodeId()

ogdf::dot::Ast::NodeId::~NodeId ( )

Member Function Documentation

◆ read()

virtual bool ogdf::dot::Ast::NodeId::read ( Parser P,
ogdf::Graph G,
GraphAttributes GA,
ClusterGraph C,
ClusterGraphAttributes CA,
const SubgraphData data 
)
overridevirtual

Member Data Documentation

◆ id

const std::string ogdf::dot::Ast::NodeId::id

Definition at line 268 of file DotParser.h.

◆ port

Port* ogdf::dot::Ast::NodeId::port

Definition at line 269 of file DotParser.h.


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