Blender
V3.3
|
#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 79 of file BLI_dot_export.hh.
|
inline |
Definition at line 92 of file BLI_dot_export.hh.
Definition at line 106 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 168 of file dot_export.cc.
References attributes, blender::dot::Attributes::export__as_bracket_list(), name(), and node.
|
inline |
Definition at line 99 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 110 of file BLI_dot_export.hh.
Definition at line 105 of file BLI_dot_export.hh.
References set_parent_cluster().
Definition at line 44 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 94 of file dot_export.cc.
References attributes, blender::dot::color_attr_from_hsv(), float(), hue, and blender::dot::Attributes::set().
Attributes blender::dot::Cluster::attributes |
Definition at line 90 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().