Blender V4.5
blender::dot_export::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 244 of file BLI_dot_export.hh.

Member Function Documentation

◆ add_input()

◆ add_output()

Member Data Documentation

◆ inputs

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

Definition at line 253 of file BLI_dot_export.hh.

◆ node_name

std::string blender::dot_export::NodeWithSockets::node_name

◆ outputs

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

Definition at line 254 of file BLI_dot_export.hh.


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