Blender
V3.3
|
#include <BLI_dot_export.hh>
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 51 of file BLI_dot_export.hh.
void blender::dot::Graph::export__declare_nodes_and_clusters | ( | std::stringstream & | ss | ) | const |
Definition at line 153 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 21 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 12 of file dot_export.cc.
Referenced by blender::fn::MFProcedureDotExport::create_edges(), blender::fn::MFProcedureDotExport::create_entry_node(), blender::fn::MFProcedureDotExport::create_nodes(), 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(), and blender::nodes::NodeTreeRef::to_dot().
void blender::dot::Graph::set_random_cluster_bgcolors | ( | ) |
Definition at line 87 of file dot_export.cc.
|
inline |
Definition at line 71 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(), and blender::nodes::NodeTreeRef::to_dot().
Attributes blender::dot::Graph::attributes |
Definition at line 63 of file BLI_dot_export.hh.
Referenced by DEG_debug_relations_graphviz(), export__declare_nodes_and_clusters(), and set_rankdir().