Blender V4.3
blender::bke::bNodeTreeToDotOptions Class Reference

#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
 

Detailed Description

Allows customizing how the generated dot graph looks like.

Definition at line 20 of file BKE_node_tree_dot_export.hh.

Member Function Documentation

◆ add_edge_attributes()

void blender::bke::bNodeTreeToDotOptions::add_edge_attributes ( const bNodeLink & link,
dot::DirectedEdge & dot_edge ) const
virtual

◆ socket_font_color()

std::optional< std::string > blender::bke::bNodeTreeToDotOptions::socket_font_color ( const bNodeSocket & socket) const
virtual

Definition at line 17 of file node_tree_dot_export.cc.

◆ socket_name()

std::string blender::bke::bNodeTreeToDotOptions::socket_name ( const bNodeSocket & socket) const
virtual

The documentation for this class was generated from the following files: