|
Blender V4.3
|
#include <BLI_dot_export.hh>
Public Member Functions | |
| NodePort (Node &node, std::optional< std::string > port_name={}, std::optional< std::string > port_position={}) | |
| void | to_dot_string (std::stringstream &ss) const |
Definition at line 181 of file BLI_dot_export.hh.
|
inline |
Definition at line 188 of file BLI_dot_export.hh.
| void blender::dot::NodePort::to_dot_string | ( | std::stringstream & | ss | ) | const |
Definition at line 245 of file dot_export.cc.
References blender::dot::Node::export__as_id().
Referenced by blender::dot::DirectedEdge::export__as_edge_statement(), and blender::dot::UndirectedEdge::export__as_edge_statement().