|
Blender V4.3
|
#include <BLI_dot_export.hh>
Inherits blender::NonCopyable, and blender::NonMovable.
Inherited by blender::dot::DirectedEdge, and blender::dot::UndirectedEdge.
Public Member Functions | |
| 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) |
Public Attributes | |
| Attributes | attributes |
Protected Attributes | |
| NodePort | a_ |
| NodePort | b_ |
Definition at line 198 of file BLI_dot_export.hh.
Definition at line 207 of file BLI_dot_export.hh.
|
inline |
Definition at line 209 of file BLI_dot_export.hh.
|
inline |
Definition at line 214 of file BLI_dot_export.hh.
|
inline |
Definition at line 219 of file BLI_dot_export.hh.
|
inline |
Definition at line 224 of file BLI_dot_export.hh.
References label.
|
protected |
Definition at line 200 of file BLI_dot_export.hh.
Referenced by blender::dot::DirectedEdge::export__as_edge_statement(), and blender::dot::UndirectedEdge::export__as_edge_statement().
| Attributes blender::dot::Edge::attributes |
Definition at line 204 of file BLI_dot_export.hh.
Referenced by blender::bke::bNodeTreeToDotOptions::add_edge_attributes(), and blender::deg::deg_debug_graphviz_node_relations().
|
protected |
Definition at line 201 of file BLI_dot_export.hh.
Referenced by blender::dot::DirectedEdge::export__as_edge_statement(), and blender::dot::UndirectedEdge::export__as_edge_statement().