Blender  V2.93
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 45 of file COM_NodeGraph.h.

Constructor & Destructor Documentation

◆ Link()

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

Definition at line 49 of file COM_NodeGraph.h.

Member Data Documentation

◆ from

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

Definition at line 46 of file COM_NodeGraph.h.

◆ to

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

Definition at line 47 of file COM_NodeGraph.h.


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