|
Blender V4.3
|
#include <BLI_dot_export.hh>
Classes | |
| struct | Input |
| struct | Output |
| struct | Socket |
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 246 of file BLI_dot_export.hh.
|
inline |
Definition at line 258 of file BLI_dot_export.hh.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), and blender::Vector< T, InlineBufferCapacity, Allocator >::last().
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 266 of file BLI_dot_export.hh.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::Vector< T, InlineBufferCapacity, Allocator >::last(), 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 255 of file BLI_dot_export.hh.
| std::string blender::dot::NodeWithSockets::node_name |
Definition at line 254 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 256 of file BLI_dot_export.hh.