Blender
V3.3
|
#include <BLI_dot_export.hh>
Public Member Functions | |
NodePort (Node &node, std::optional< std::string > port_name={}) | |
void | to_dot_string (std::stringstream &ss) const |
Definition at line 183 of file BLI_dot_export.hh.
|
inline |
Definition at line 189 of file BLI_dot_export.hh.
void blender::dot::NodePort::to_dot_string | ( | std::stringstream & | ss | ) | const |
Definition at line 241 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().