|
Blender V5.0
|
#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 82 of file BLI_dot_export.hh.
|
inline |
Definition at line 95 of file BLI_dot_export.hh.
Referenced by contains(), export__declare_nodes_and_clusters(), parent_cluster(), set_parent_cluster(), set_parent_cluster(), and set_random_cluster_bgcolors().
| bool blender::dot_export::Cluster::contains | ( | Node & | node | ) | const |
Definition at line 114 of file dot_export.cc.
References Cluster(), and blender::dot_export::Node::parent_cluster().
Referenced by blender::deg::deg_debug_graphviz_node_relations().
| void blender::dot_export::Cluster::export__declare_nodes_and_clusters | ( | std::stringstream & | ss | ) | const |
Definition at line 176 of file dot_export.cc.
References attributes, Cluster(), and name().
|
inline |
Definition at line 99 of file BLI_dot_export.hh.
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.
References Cluster().
|
inline |
Definition at line 105 of file BLI_dot_export.hh.
References Cluster(), and set_parent_cluster().
| void blender::dot_export::Cluster::set_parent_cluster | ( | Cluster * | new_parent | ) |
Definition at line 52 of file dot_export.cc.
References Cluster().
Referenced by blender::deg::deg_debug_graphviz_node_cluster_create(), blender::nodes::get_dot_cluster_for_context(), and set_parent_cluster().
| void blender::dot_export::Cluster::set_random_cluster_bgcolors | ( | ) |
Definition at line 102 of file dot_export.cc.
References attributes, Cluster(), blender::dot_export::color_attr_from_hsv(), and float.
| Attributes blender::dot_export::Cluster::attributes |
Definition at line 93 of file BLI_dot_export.hh.
Referenced by blender::deg::deg_debug_graphviz_node_cluster_create(), export__declare_nodes_and_clusters(), blender::dot_export::Graph::new_cluster(), and set_random_cluster_bgcolors().