Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

#include <ogdf/fileformats/DotParser.h>

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

Public Member Functions

 NodeStmt (NodeId *nodeID, AttrList *attrList)
 
 ~NodeStmt ()
 
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::Stmt
virtual ~Stmt ()=0
 

Public Attributes

AttrListattrs
 
NodeIdnodeId
 

Detailed Description

Definition at line 202 of file DotParser.h.

Constructor & Destructor Documentation

◆ NodeStmt()

ogdf::dot::Ast::NodeStmt::NodeStmt ( NodeId nodeID,
AttrList attrList 
)

◆ ~NodeStmt()

ogdf::dot::Ast::NodeStmt::~NodeStmt ( )

Member Function Documentation

◆ read()

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

Implements ogdf::dot::Ast::Stmt.

Member Data Documentation

◆ attrs

AttrList* ogdf::dot::Ast::NodeStmt::attrs

Definition at line 204 of file DotParser.h.

◆ nodeId

NodeId* ogdf::dot::Ast::NodeStmt::nodeId

Definition at line 203 of file DotParser.h.


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