Blender
V3.3
|
#include <BLI_dot_export.hh>
Public Member Functions | |
UndirectedEdge (NodePort a, NodePort b) | |
void | export__as_edge_statement (std::stringstream &ss) const |
![]() | |
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 | |
![]() | |
Attributes | attributes |
![]() | |
NodePort | a_ |
NodePort | b_ |
Definition at line 240 of file BLI_dot_export.hh.
Definition at line 242 of file BLI_dot_export.hh.
void blender::dot::UndirectedEdge::export__as_edge_statement | ( | std::stringstream & | ss | ) | const |
Definition at line 196 of file dot_export.cc.
References blender::dot::Edge::a_, blender::dot::Edge::attributes, blender::dot::Edge::b_, blender::dot::Attributes::export__as_bracket_list(), and blender::dot::NodePort::to_dot_string().