Blender V5.0
blender::dot_export::NodePort Class Reference

#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

Detailed Description

Definition at line 180 of file BLI_dot_export.hh.

Constructor & Destructor Documentation

◆ NodePort()

blender::dot_export::NodePort::NodePort ( Node & node,
std::optional< std::string > port_name = {},
std::optional< std::string > port_position = {} )
inline

Definition at line 187 of file BLI_dot_export.hh.

Member Function Documentation

◆ to_dot_string()

void blender::dot_export::NodePort::to_dot_string ( std::stringstream & ss) const

Definition at line 249 of file dot_export.cc.


The documentation for this class was generated from the following files: