|
Blender V4.3
|
#include <BLI_dot_export.hh>
Inherits blender::dot::Edge.
Public Member Functions | |
| UndirectedEdge (NodePort a, NodePort b) | |
| void | export__as_edge_statement (std::stringstream &ss) const |
Public Member Functions inherited from blender::dot::Edge | |
| Edge (NodePort a, NodePort b) | |
| void | set_arrowhead (Attr_arrowType type) |
| void | set_arrowtail (Attr_arrowType type) |
| void | set_dir (Attr_dirType type) |
| void | set_label (StringRef label) |
Additional Inherited Members | |
Public Attributes inherited from blender::dot::Edge | |
| Attributes | attributes |
Protected Attributes inherited from blender::dot::Edge | |
| NodePort | a_ |
| NodePort | b_ |
Definition at line 237 of file BLI_dot_export.hh.
Definition at line 239 of file BLI_dot_export.hh.
| void blender::dot::UndirectedEdge::export__as_edge_statement | ( | std::stringstream & | ss | ) | const |
Definition at line 200 of file dot_export.cc.
References blender::dot::Edge::a_, blender::dot::Edge::b_, and blender::dot::NodePort::to_dot_string().