|
Blender V5.0
|
#include <BLI_dot_export.hh>
Inherited by blender::dot_export::DirectedGraph, and blender::dot_export::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 55 of file BLI_dot_export.hh.
| void blender::dot_export::Graph::export__declare_nodes_and_clusters | ( | std::stringstream & | ss | ) | const |
Definition at line 161 of file dot_export.cc.
References attributes.
Referenced by blender::dot_export::DirectedGraph::to_dot_string(), and blender::dot_export::UndirectedGraph::to_dot_string().
| Cluster & blender::dot_export::Graph::new_cluster | ( | StringRef | label = "" | ) |
Definition at line 29 of file dot_export.cc.
References blender::dot_export::Cluster::attributes, and blender::dot_export::Attributes::set().
Referenced by blender::deg::deg_debug_graphviz_node_cluster_create(), and blender::nodes::get_dot_cluster_for_context().
Definition at line 20 of file dot_export.cc.
References blender::dot_export::Node::attributes, and blender::dot_export::Attributes::set().
Referenced by 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_export::Graph::set_random_cluster_bgcolors | ( | ) |
Definition at line 95 of file dot_export.cc.
Referenced by blender::nodes::DerivedNodeTree::to_dot().
|
inline |
Definition at line 74 of file BLI_dot_export.hh.
References attributes, and blender::dot_export::rankdir_to_string().
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_export::Graph::attributes |
Definition at line 67 of file BLI_dot_export.hh.
Referenced by DEG_debug_graph_to_dot(), export__declare_nodes_and_clusters(), and set_rankdir().