Blender V4.3
blender::dot::NodeWithSocketsRef Class Reference

#include <BLI_dot_export.hh>

Public Member Functions

 NodeWithSocketsRef (Node &node, const NodeWithSockets &data)
Nodenode ()
NodePort input (int index) const
NodePort output (int index) const

Detailed Description

Definition at line 275 of file BLI_dot_export.hh.

Constructor & Destructor Documentation

◆ NodeWithSocketsRef()

blender::dot::NodeWithSocketsRef::NodeWithSocketsRef ( Node & node,
const NodeWithSockets & data )

Definition at line 263 of file dot_export.cc.

References data, input(), node(), and output().

Member Function Documentation

◆ input()

NodePort blender::dot::NodeWithSocketsRef::input ( int index) const
inline

◆ node()

Node & blender::dot::NodeWithSocketsRef::node ( )
inline

Definition at line 282 of file BLI_dot_export.hh.

Referenced by NodeWithSocketsRef().

◆ output()

NodePort blender::dot::NodeWithSocketsRef::output ( int index) const
inline

The documentation for this class was generated from the following files: