Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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 25 of file COM_NodeGraph.h.

Constructor & Destructor Documentation

◆ Link()

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

Definition at line 29 of file COM_NodeGraph.h.

Member Data Documentation

◆ from

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

Definition at line 26 of file COM_NodeGraph.h.

◆ to

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

Definition at line 27 of file COM_NodeGraph.h.


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