Blender V4.3
blender::fn::lazy_function::Graph::ToDotOptions Class Reference

#include <FN_lazy_function_graph.hh>

Public Member Functions

virtual std::string socket_name (const Socket &socket) const
 
virtual std::optional< std::string > socket_font_color (const Socket &socket) const
 
virtual void add_edge_attributes (const OutputSocket &from, const InputSocket &to, dot::DirectedEdge &dot_edge) const
 

Detailed Description

Optional configuration options for the dot graph generation. This allows creating visualizations for specific purposes.

Definition at line 299 of file FN_lazy_function_graph.hh.

Member Function Documentation

◆ add_edge_attributes()

void blender::fn::lazy_function::Graph::ToDotOptions::add_edge_attributes ( const OutputSocket & from,
const InputSocket & to,
dot::DirectedEdge & dot_edge ) const
virtual

Definition at line 186 of file lazy_function_graph.cc.

◆ socket_font_color()

std::optional< std::string > blender::fn::lazy_function::Graph::ToDotOptions::socket_font_color ( const Socket & socket) const
virtual

Definition at line 181 of file lazy_function_graph.cc.

◆ socket_name()

std::string blender::fn::lazy_function::Graph::ToDotOptions::socket_name ( const Socket & socket) const
virtual

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