|
Blender
V2.93
|
#include <BLI_dot_export.hh>
Public Member Functions | |
| Cluster (Graph &graph) | |
| void | export__declare_nodes_and_clusters (std::stringstream &ss) const |
| std::string | name () const |
| void | set_parent_cluster (Cluster *new_parent) |
| void | set_parent_cluster (Cluster &cluster) |
| Cluster * | parent_cluster () |
| void | set_random_cluster_bgcolors () |
| bool | contains (Node &node) const |
Public Attributes | |
| Attributes | attributes |
Definition at line 93 of file BLI_dot_export.hh.
|
inline |
Definition at line 106 of file BLI_dot_export.hh.
| bool blender::dot::Cluster::contains | ( | Node & | node | ) | const |
Definition at line 120 of file dot_export.cc.
References node.
Referenced by blender::deg::deg_debug_graphviz_node_relations().
| void blender::dot::Cluster::export__declare_nodes_and_clusters | ( | std::stringstream & | ss | ) | const |
Definition at line 182 of file dot_export.cc.
References attributes, blender::dot::Attributes::export__as_bracket_list(), name(), and node.
|
inline |
Definition at line 113 of file BLI_dot_export.hh.
References std::to_string().
Referenced by blender::deg::deg_debug_graphviz_node_relations(), and export__declare_nodes_and_clusters().
|
inline |
Definition at line 124 of file BLI_dot_export.hh.
|
inline |
Definition at line 119 of file BLI_dot_export.hh.
References set_parent_cluster().
| void blender::dot::Cluster::set_parent_cluster | ( | Cluster * | new_parent | ) |
Definition at line 58 of file dot_export.cc.
Referenced by blender::deg::deg_debug_graphviz_node_cluster_create(), blender::nodes::get_dot_cluster_for_context(), and set_parent_cluster().
| void blender::dot::Cluster::set_random_cluster_bgcolors | ( | ) |
Definition at line 108 of file dot_export.cc.
References attributes, blender::dot::color_attr_from_hsv(), float(), and blender::dot::Attributes::set().
| Attributes blender::dot::Cluster::attributes |
Definition at line 104 of file BLI_dot_export.hh.
Referenced by blender::deg::deg_debug_graphviz_node_cluster_create(), export__declare_nodes_and_clusters(), blender::dot::Graph::new_cluster(), and set_random_cluster_bgcolors().