Blender V4.3
blender::dot::NodeWithSockets Struct Reference

#include <BLI_dot_export.hh>

Classes

struct  Input
 
struct  Output
 
struct  Socket
 

Public Member Functions

Inputadd_input (std::string name)
 
Outputadd_output (std::string name)
 

Public Attributes

std::string node_name
 
Vector< Inputinputs
 
Vector< Outputoutputs
 

Detailed Description

Definition at line 246 of file BLI_dot_export.hh.

Member Function Documentation

◆ add_input()

◆ add_output()

Member Data Documentation

◆ inputs

Vector<Input> blender::dot::NodeWithSockets::inputs

Definition at line 255 of file BLI_dot_export.hh.

◆ node_name

std::string blender::dot::NodeWithSockets::node_name

◆ outputs

Vector<Output> blender::dot::NodeWithSockets::outputs

Definition at line 256 of file BLI_dot_export.hh.


The documentation for this struct was generated from the following file: