Blender
V3.3
|
#include <BLI_dot_export.hh>
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 206 of file BLI_dot_export.hh.
|
inline |
Definition at line 210 of file BLI_dot_export.hh.
References blender ::dot::arrowType_to_string(), attributes, blender::dot::Attributes::set(), and type.
|
inline |
Definition at line 215 of file BLI_dot_export.hh.
References blender ::dot::arrowType_to_string(), attributes, blender::dot::Attributes::set(), and type.
|
inline |
Definition at line 220 of file BLI_dot_export.hh.
References attributes, blender ::dot::dirType_to_string(), blender::dot::Attributes::set(), and type.
Definition at line 225 of file BLI_dot_export.hh.
References attributes, label, and blender::dot::Attributes::set().
|
protected |
Definition at line 199 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 203 of file BLI_dot_export.hh.
Referenced by blender::dot::DirectedEdge::export__as_edge_statement(), blender::dot::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 blender::dot::DirectedEdge::export__as_edge_statement(), and blender::dot::UndirectedEdge::export__as_edge_statement().