|
Blender V5.0
|
#include <BLI_dot_export.hh>
Public Member Functions | |
| Node (Graph &graph) | |
| void | set_parent_cluster (Cluster *cluster) |
| void | set_parent_cluster (Cluster &cluster) |
| Cluster * | parent_cluster () |
| void | set_shape (Attr_shape shape) |
| void | set_background_color (StringRef name) |
| void | export__as_id (std::stringstream &ss) const |
| void | export__as_declaration (std::stringstream &ss) const |
Public Attributes | |
| Attributes | attributes |
Definition at line 120 of file BLI_dot_export.hh.
|
inline |
Definition at line 130 of file BLI_dot_export.hh.
| void Node::export__as_declaration | ( | std::stringstream & | ss | ) | const |
Definition at line 241 of file dot_export.cc.
References attributes, and export__as_id().
| void Node::export__as_id | ( | std::stringstream & | ss | ) | const |
Definition at line 236 of file dot_export.cc.
Referenced by export__as_declaration().
|
inline |
Definition at line 138 of file BLI_dot_export.hh.
Referenced by blender::dot_export::Cluster::contains().
|
inline |
Definition at line 149 of file BLI_dot_export.hh.
References attributes, and name.
Referenced by blender::fn::lazy_function::Graph::to_dot(), and blender::nodes::DerivedNodeTree::to_dot().
|
inline |
Definition at line 133 of file BLI_dot_export.hh.
References set_parent_cluster().
| void Node::set_parent_cluster | ( | Cluster * | cluster | ) |
Definition at line 72 of file dot_export.cc.
Referenced by blender::deg::deg_debug_graphviz_node_cluster_create(), blender::deg::deg_debug_graphviz_node_single(), set_parent_cluster(), and blender::nodes::DerivedNodeTree::to_dot().
|
inline |
Definition at line 143 of file BLI_dot_export.hh.
References attributes, and blender::dot_export::shape_to_string().
Referenced by blender::fn::multi_function::ProcedureDotExport::create_edges(), blender::fn::multi_function::ProcedureDotExport::create_entry_node(), blender::fn::multi_function::ProcedureDotExport::create_nodes(), blender::fn::lazy_function::Graph::to_dot(), and blender::nodes::DerivedNodeTree::to_dot().
| Attributes blender::dot_export::Node::attributes |
Definition at line 128 of file BLI_dot_export.hh.
Referenced by blender::deg::deg_debug_graphviz_legend(), blender::deg::deg_debug_graphviz_node_cluster_create(), blender::deg::deg_debug_graphviz_node_single(), export__as_declaration(), blender::dot_export::Graph::new_node(), set_background_color(), set_shape(), and blender::fn::lazy_function::Graph::to_dot().