|
Blender
V2.93
|
#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 65 of file BLI_dot_export.hh.
| void blender::dot::Graph::export__declare_nodes_and_clusters | ( | std::stringstream & | ss | ) | const |
Definition at line 167 of file dot_export.cc.
References attributes, blender::dot::Attributes::export__as_bracket_list(), and node.
Referenced by blender::dot::UndirectedGraph::to_dot_string(), and blender::dot::DirectedGraph::to_dot_string().
Definition at line 35 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 26 of file dot_export.cc.
Referenced by blender::deg::deg_debug_graphviz_legend(), blender::deg::deg_debug_graphviz_node_cluster_create(), blender::deg::deg_debug_graphviz_node_single(), blender::nodes::DerivedNodeTree::to_dot(), blender::nodes::NodeTreeRef::to_dot(), and blender::fn::MFNetwork::to_dot().
| void blender::dot::Graph::set_random_cluster_bgcolors | ( | ) |
Definition at line 101 of file dot_export.cc.
|
inline |
Definition at line 85 of file BLI_dot_export.hh.
References attributes, blender ::dot::rankdir_to_string(), and blender::dot::Attributes::set().
Referenced by DEG_debug_relations_graphviz(), blender::nodes::DerivedNodeTree::to_dot(), blender::nodes::NodeTreeRef::to_dot(), and blender::fn::MFNetwork::to_dot().
| Attributes blender::dot::Graph::attributes |
Definition at line 77 of file BLI_dot_export.hh.
Referenced by DEG_debug_relations_graphviz(), export__declare_nodes_and_clusters(), and set_rankdir().