Blender V4.3
blender::compositor::NodeGraph::Link Struct Reference

#include <COM_NodeGraph.h>

Public Member Functions

 Link (NodeOutput *from, NodeInput *to)
 

Public Attributes

NodeOutputfrom
 
NodeInputto
 

Detailed Description

Definition at line 26 of file COM_NodeGraph.h.

Constructor & Destructor Documentation

◆ Link()

blender::compositor::NodeGraph::Link::Link ( NodeOutput * from,
NodeInput * to )
inline

Definition at line 30 of file COM_NodeGraph.h.

Member Data Documentation

◆ from

NodeOutput* blender::compositor::NodeGraph::Link::from

Definition at line 27 of file COM_NodeGraph.h.

◆ to

NodeInput* blender::compositor::NodeGraph::Link::to

Definition at line 28 of file COM_NodeGraph.h.


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