|
Blender V4.3
|
#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 237 of file dot_export.cc.
References export__as_id().
| void Node::export__as_id | ( | std::stringstream & | ss | ) | const |
Definition at line 232 of file dot_export.cc.
Referenced by export__as_declaration(), and blender::dot::NodePort::to_dot_string().
|
inline |
Definition at line 139 of file BLI_dot_export.hh.
|
inline |
Definition at line 150 of file BLI_dot_export.hh.
Referenced by blender::fn::lazy_function::Graph::to_dot(), and blender::nodes::DerivedNodeTree::to_dot().
|
inline |
Definition at line 134 of file BLI_dot_export.hh.
References set_parent_cluster().
| void Node::set_parent_cluster | ( | Cluster * | cluster | ) |
Definition at line 68 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 144 of file BLI_dot_export.hh.
Referenced by blender::fn::multi_function::ProcedureDotExport::create_edges(), blender::fn::multi_function::ProcedureDotExport::create_entry_node(), blender::fn::multi_function::ProcedureDotExport::create_nodes(), and blender::fn::lazy_function::Graph::to_dot().
| Attributes blender::dot::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(), and blender::fn::lazy_function::Graph::to_dot().