|
Blender V5.0
|
#include <BLI_dot_export.hh>
Classes | |
| struct | Socket |
| struct | Input |
| struct | Output |
Public Member Functions | |
| Input & | add_input (std::string name) |
| Output & | add_output (std::string name) |
Public Attributes | |
| std::string | node_name |
| Vector< Input > | inputs |
| Vector< Output > | outputs |
Definition at line 244 of file BLI_dot_export.hh.
|
inline |
Definition at line 256 of file BLI_dot_export.hh.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), input, blender::Vector< T, InlineBufferCapacity, Allocator >::last(), and name.
Referenced by blender::bke::node_tree_to_dot(), blender::fn::lazy_function::Graph::to_dot(), and blender::nodes::DerivedNodeTree::to_dot().
|
inline |
Definition at line 264 of file BLI_dot_export.hh.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::Vector< T, InlineBufferCapacity, Allocator >::last(), name, and output.
Referenced by blender::bke::node_tree_to_dot(), blender::fn::lazy_function::Graph::to_dot(), and blender::nodes::DerivedNodeTree::to_dot().
Definition at line 253 of file BLI_dot_export.hh.
| std::string blender::dot_export::NodeWithSockets::node_name |
Definition at line 252 of file BLI_dot_export.hh.
Referenced by blender::bke::node_tree_to_dot(), and blender::fn::lazy_function::Graph::to_dot().
Definition at line 254 of file BLI_dot_export.hh.