Blender V5.0
blender::fn::lazy_function::OutputSocket Class Reference

#include <FN_lazy_function_graph.hh>

Inherits blender::fn::lazy_function::Socket.

Public Member Functions

#OutputSocket Inline Methods
Span< InputSocket * > targets ()
Span< const InputSocket * > targets () const
Public Member Functions inherited from blender::fn::lazy_function::Socket
std::string name () const
std::string detailed_name () const
bool is_input () const
bool is_output () const
int index () const
int index_in_graph () const
InputSocketas_input ()
OutputSocketas_output ()
const InputSocketas_input () const
const OutputSocketas_output () const
const Nodenode () const
Nodenode ()
const CPPTypetype () const

Additional Inherited Members

Protected Attributes inherited from blender::fn::lazy_function::Socket
Nodenode_
const CPPTypetype_
bool is_input_
int index_in_node_
int index_in_graph_
friend Graph

Detailed Description

Definition at line 114 of file FN_lazy_function_graph.hh.

Member Function Documentation

◆ targets() [1/2]

Span< InputSocket * > blender::fn::lazy_function::OutputSocket::targets ( )
inline

◆ targets() [2/2]

Span< const InputSocket * > blender::fn::lazy_function::OutputSocket::targets ( ) const
inline

Definition at line 409 of file FN_lazy_function_graph.hh.


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