Blender
V3.3
|
#include <BLI_dot_export.hh>
Public Member Functions | |
NodeWithSocketsRef (Node &node, StringRef name, Span< std::string > input_names, Span< std::string > output_names) | |
Node & | node () |
NodePort | input (int index) const |
NodePort | output (int index) const |
Definition at line 251 of file BLI_dot_export.hh.
blender::dot::NodeWithSocketsRef::NodeWithSocketsRef | ( | Node & | node, |
StringRef | name, | ||
Span< std::string > | input_names, | ||
Span< std::string > | output_names | ||
) |
Definition at line 256 of file dot_export.cc.
References blender::dot::Node::attributes, max, blender::dot::Attributes::set(), blender::dot::Node::set_shape(), blender::Span< T >::size(), and blender::StringRefBase::size().
|
inline |
Definition at line 266 of file BLI_dot_export.hh.
References std::to_string().
Referenced by blender::nodes::DerivedNodeTree::to_dot(), and blender::nodes::NodeTreeRef::to_dot().
|
inline |
Definition at line 261 of file BLI_dot_export.hh.
|
inline |
Definition at line 272 of file BLI_dot_export.hh.
References std::to_string().
Referenced by blender::nodes::DerivedNodeTree::to_dot(), and blender::nodes::NodeTreeRef::to_dot().