|
Blender V4.3
|
#include <BKE_node_tree_dot_export.hh>
Inherited by blender::bke::anonymous_attribute_inferencing::bNodeTreeToDotOptionsForAnonymousAttributeInferencing.
Public Member Functions | |
| virtual std::string | socket_name (const bNodeSocket &socket) const |
| virtual std::optional< std::string > | socket_font_color (const bNodeSocket &socket) const |
| virtual void | add_edge_attributes (const bNodeLink &link, dot::DirectedEdge &dot_edge) const |
Allows customizing how the generated dot graph looks like.
Definition at line 20 of file BKE_node_tree_dot_export.hh.
|
virtual |
Definition at line 26 of file node_tree_dot_export.cc.
References blender::dot::Edge::attributes, and blender::dot::Attributes::set().
|
virtual |
Definition at line 17 of file node_tree_dot_export.cc.
|
virtual |
Reimplemented in blender::bke::anonymous_attribute_inferencing::bNodeTreeToDotOptionsForAnonymousAttributeInferencing.
Definition at line 12 of file node_tree_dot_export.cc.
References bNodeSocket::identifier.