![]() |
PandA-2024.02
|
Information associated with a circuit graph node. More...
#include <cg_node.hpp>


Public Member Functions | |
| void | print (std::ostream &os, int detail_level=0) const override |
| Print the information associated with the current node of the graph. More... | |
| cg_node_info () | |
| Constructor. More... | |
Public Member Functions inherited from TypedNodeInfo | |
| TypedNodeInfo () | |
| Constructor. More... | |
| ~TypedNodeInfo () override | |
| Destructor. More... | |
| void | print (std::ostream &, int detail_level=0) const override |
| Print the information associated with the node of the graph. More... | |
Public Member Functions inherited from NodeInfo | |
| NodeInfo () | |
| Constructor. More... | |
| virtual | ~NodeInfo () |
| Destructor. More... | |
Data Fields | |
| structural_objectRef | reference |
| Definition of the internal graph associated with the node. More... | |
| bool | is_critical |
Data Fields inherited from TypedNodeInfo | |
| std::string | node_operation |
| Custom vertex property: node_operation. More... | |
| std::string | vertex_name |
| Definition of the node name property. More... | |
| unsigned int | node_type |
| Custom vertex property: node_type. More... | |
Information associated with a circuit graph node.
Definition at line 76 of file cg_node.hpp.
|
inline |
Constructor.
Definition at line 95 of file cg_node.hpp.
|
inlineoverridevirtual |
Print the information associated with the current node of the graph.
| os | is the output stream. |
Reimplemented from NodeInfo.
Definition at line 88 of file cg_node.hpp.
References TypedNodeInfo::print().

| bool cg_node_info::is_critical |
Definition at line 83 of file cg_node.hpp.
| structural_objectRef cg_node_info::reference |
Definition of the internal graph associated with the node.
Definition at line 81 of file cg_node.hpp.
1.8.13