|
Blender V5.0
|
#include <BLI_dot_export.hh>
Inherits blender::dot_export::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_export::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_export::Edge | |
| Attributes | attributes |
| Protected Attributes inherited from blender::dot_export::Edge | |
| NodePort | a_ |
| NodePort | b_ |
Definition at line 235 of file BLI_dot_export.hh.
Definition at line 237 of file BLI_dot_export.hh.
References b, and blender::dot_export::Edge::Edge().
| void blender::dot_export::UndirectedEdge::export__as_edge_statement | ( | std::stringstream & | ss | ) | const |
Definition at line 204 of file dot_export.cc.
References blender::dot_export::Edge::a_, blender::dot_export::Edge::attributes, and blender::dot_export::Edge::b_.