|
Blender V4.3
|
#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 |
| InputSocket & | as_input () |
| OutputSocket & | as_output () |
| const InputSocket & | as_input () const |
| const OutputSocket & | as_output () const |
| const Node & | node () const |
| Node & | node () |
| const CPPType & | type () const |
Additional Inherited Members | |
Protected Attributes inherited from blender::fn::lazy_function::Socket | |
| Node * | node_ |
| const CPPType * | type_ |
| bool | is_input_ |
| int | index_in_node_ |
| int | index_in_graph_ |
| friend | Graph |
Definition at line 114 of file FN_lazy_function_graph.hh.
|
inline |
Definition at line 414 of file FN_lazy_function_graph.hh.
|
inline |
Definition at line 409 of file FN_lazy_function_graph.hh.