|
Blender V4.3
|
#include <BLI_dot_export.hh>
Inherits blender::dot::Graph.
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 171 of file BLI_dot_export.hh.
| DirectedEdge & blender::dot::DirectedGraph::new_edge | ( | NodePort | from, |
| NodePort | to ) |
Definition at line 41 of file dot_export.cc.
Referenced by blender::fn::multi_function::ProcedureDotExport::create_edges(), blender::deg::deg_debug_graphviz_node_relations(), blender::bke::node_tree_to_dot(), and blender::fn::lazy_function::Graph::to_dot().
| std::string blender::dot::DirectedGraph::to_dot_string | ( | ) | const |
Definition at line 125 of file dot_export.cc.
References blender::dot::Graph::export__declare_nodes_and_clusters().
Referenced by DEG_debug_graph_to_dot(), blender::fn::multi_function::ProcedureDotExport::generate(), blender::bke::node_tree_to_dot(), and blender::fn::lazy_function::Graph::to_dot().