Blender
V3.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 233 of file dot_export.cc.
References attributes, blender::dot::Attributes::export__as_bracket_list(), and export__as_id().
void Node::export__as_id | ( | std::stringstream & | ss | ) | const |
Definition at line 228 of file dot_export.cc.
Referenced by export__as_declaration(), and blender::dot::NodePort::to_dot_string().
|
inline |
Definition at line 141 of file BLI_dot_export.hh.
Definition at line 152 of file BLI_dot_export.hh.
References attributes, and blender::dot::Attributes::set().
Referenced by blender::nodes::DerivedNodeTree::to_dot(), and blender::nodes::NodeTreeRef::to_dot().
Definition at line 136 of file BLI_dot_export.hh.
References set_parent_cluster().
Definition at line 64 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 146 of file BLI_dot_export.hh.
References attributes, blender::dot::Attributes::set(), and blender ::dot::shape_to_string().
Referenced by blender::fn::MFProcedureDotExport::create_edges(), blender::fn::MFProcedureDotExport::create_nodes(), and blender::dot::NodeWithSocketsRef::NodeWithSocketsRef().
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(), export__as_declaration(), blender::dot::NodeWithSocketsRef::NodeWithSocketsRef(), set_background_color(), and set_shape().