Blender  V2.93
Public Member Functions | List of all members
blender::fn::MFOutputSocket Class Reference

#include <FN_multi_function_network.hh>

Inherits blender::fn::MFSocket.

Public Member Functions

Span< MFInputSocket * > targets ()
 
Span< const MFInputSocket * > targets () const
 
- Public Member Functions inherited from blender::fn::MFSocket
StringRefNull name () const
 
int id () const
 
int index () const
 
const MFDataTypedata_type () const
 
MFNodenode ()
 
const MFNodenode () const
 
bool is_input () const
 
bool is_output () const
 
MFInputSocketas_input ()
 
const MFInputSocketas_input () const
 
MFOutputSocketas_output ()
 
const MFOutputSocketas_output () const
 

Additional Inherited Members

- Protected Attributes inherited from blender::fn::MFSocket
MFNodenode_
 
bool is_output_
 
int index_
 
MFDataType data_type_
 
int id_
 
StringRefNull name_
 
friend MFNetwork
 

Detailed Description

Definition at line 178 of file FN_multi_function_network.hh.

Member Function Documentation

◆ targets() [1/2]

Span< MFInputSocket * > blender::fn::MFOutputSocket::targets ( )
inline

◆ targets() [2/2]

Span< const MFInputSocket * > blender::fn::MFOutputSocket::targets ( ) const
inline

Definition at line 487 of file FN_multi_function_network.hh.


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