|
Blender
V3.3
|
#include <BLI_dot_export.hh>
Public Member Functions | |
| std::string | to_dot_string () const |
| DirectedEdge & | new_edge (NodePort from, NodePort to) |
Public Member Functions inherited from blender::dot::Graph | |
| Node & | new_node (StringRef label) |
| Cluster & | new_cluster (StringRef label="") |
| void | export__declare_nodes_and_clusters (std::stringstream &ss) const |
| void | set_rankdir (Attr_rankdir rankdir) |
| void | set_random_cluster_bgcolors () |
Additional Inherited Members | |
Public Attributes inherited from blender::dot::Graph | |
| Attributes | attributes |
Definition at line 173 of file BLI_dot_export.hh.
| DirectedEdge & blender::dot::DirectedGraph::new_edge | ( | NodePort | from, |
| NodePort | to | ||
| ) |
Definition at line 37 of file dot_export.cc.
References from.
Referenced by blender::fn::MFProcedureDotExport::create_edges(), blender::deg::deg_debug_graphviz_node_relations(), and blender::nodes::NodeTreeRef::to_dot().
| std::string blender::dot::DirectedGraph::to_dot_string | ( | ) | const |
Definition at line 121 of file dot_export.cc.
References blender::dot::Graph::export__declare_nodes_and_clusters().
Referenced by DEG_debug_relations_graphviz(), blender::fn::MFProcedureDotExport::generate(), and blender::nodes::NodeTreeRef::to_dot().