|
Blender V4.3
|
#include <BLI_dot_export.hh>
Inherited by blender::dot::DirectedGraph, and blender::dot::UndirectedGraph.
Public Member Functions | |
| 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 () |
Public Attributes | |
| Attributes | attributes |
Definition at line 53 of file BLI_dot_export.hh.
| void blender::dot::Graph::export__declare_nodes_and_clusters | ( | std::stringstream & | ss | ) | const |
Definition at line 157 of file dot_export.cc.
Referenced by blender::dot::DirectedGraph::to_dot_string(), and blender::dot::UndirectedGraph::to_dot_string().
Definition at line 25 of file dot_export.cc.
References blender::dot::Cluster::attributes, label, and blender::dot::Attributes::set().
Referenced by blender::deg::deg_debug_graphviz_node_cluster_create(), and blender::nodes::get_dot_cluster_for_context().
Definition at line 16 of file dot_export.cc.
Referenced by blender::fn::multi_function::ProcedureDotExport::create_edges(), blender::fn::multi_function::ProcedureDotExport::create_entry_node(), blender::fn::multi_function::ProcedureDotExport::create_nodes(), blender::deg::deg_debug_graphviz_legend(), blender::deg::deg_debug_graphviz_node_cluster_create(), blender::deg::deg_debug_graphviz_node_single(), blender::bke::node_tree_to_dot(), blender::fn::lazy_function::Graph::to_dot(), and blender::nodes::DerivedNodeTree::to_dot().
| void blender::dot::Graph::set_random_cluster_bgcolors | ( | ) |
Definition at line 91 of file dot_export.cc.
References blender::dot::Cluster::set_random_cluster_bgcolors().
|
inline |
Definition at line 73 of file BLI_dot_export.hh.
Referenced by DEG_debug_graph_to_dot(), blender::bke::node_tree_to_dot(), blender::fn::lazy_function::Graph::to_dot(), and blender::nodes::DerivedNodeTree::to_dot().
| Attributes blender::dot::Graph::attributes |
Definition at line 65 of file BLI_dot_export.hh.
Referenced by DEG_debug_graph_to_dot().