Blender  V3.3
Public Member Functions | List of all members
blender::dot::NodeWithSocketsRef Class Reference

#include <BLI_dot_export.hh>

Public Member Functions

 NodeWithSocketsRef (Node &node, StringRef name, Span< std::string > input_names, Span< std::string > output_names)
 
Nodenode ()
 
NodePort input (int index) const
 
NodePort output (int index) const
 

Detailed Description

Definition at line 251 of file BLI_dot_export.hh.

Constructor & Destructor Documentation

◆ NodeWithSocketsRef()

blender::dot::NodeWithSocketsRef::NodeWithSocketsRef ( Node node,
StringRef  name,
Span< std::string >  input_names,
Span< std::string >  output_names 
)

Member Function Documentation

◆ input()

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

◆ node()

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

Definition at line 261 of file BLI_dot_export.hh.

◆ output()

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

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