|
Blender V5.0
|
#include <BLI_dot_export.hh>
Inherits blender::NonCopyable, and blender::NonMovable.
Inherited by blender::dot_export::DirectedEdge, and blender::dot_export::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 197 of file BLI_dot_export.hh.
Definition at line 205 of file BLI_dot_export.hh.
Referenced by blender::dot_export::DirectedEdge::DirectedEdge(), and blender::dot_export::UndirectedEdge::UndirectedEdge().
|
inline |
Definition at line 207 of file BLI_dot_export.hh.
References blender::dot_export::arrowType_to_string(), and attributes.
|
inline |
Definition at line 212 of file BLI_dot_export.hh.
References blender::dot_export::arrowType_to_string(), and attributes.
|
inline |
Definition at line 217 of file BLI_dot_export.hh.
References attributes, and blender::dot_export::dirType_to_string().
|
inline |
Definition at line 222 of file BLI_dot_export.hh.
References attributes.
|
protected |
Definition at line 199 of file BLI_dot_export.hh.
Referenced by Edge(), blender::dot_export::DirectedEdge::export__as_edge_statement(), and blender::dot_export::UndirectedEdge::export__as_edge_statement().
| Attributes blender::dot_export::Edge::attributes |
Definition at line 203 of file BLI_dot_export.hh.
Referenced by blender::bke::bNodeTreeToDotOptions::add_edge_attributes(), blender::deg::deg_debug_graphviz_node_relations(), blender::deg::deg_debug_graphviz_relation_arrowhead(), blender::deg::deg_debug_graphviz_relation_color(), blender::deg::deg_debug_graphviz_relation_style(), blender::dot_export::DirectedEdge::export__as_edge_statement(), blender::dot_export::UndirectedEdge::export__as_edge_statement(), set_arrowhead(), set_arrowtail(), set_dir(), and set_label().
|
protected |
Definition at line 200 of file BLI_dot_export.hh.
Referenced by Edge(), blender::dot_export::DirectedEdge::export__as_edge_statement(), and blender::dot_export::UndirectedEdge::export__as_edge_statement().