|
Blender V4.3
|
#include <FN_lazy_function_graph.hh>
Inherits blender::fn::lazy_function::Socket.
Public Member Functions | |
#InputSocket Inline Methods | |
| OutputSocket * | origin () |
| const OutputSocket * | origin () const |
| const void * | default_value () const |
| void | set_default_value (const void *value) |
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 86 of file FN_lazy_function_graph.hh.
|
inline |
Definition at line 393 of file FN_lazy_function_graph.hh.
|
inline |
Definition at line 388 of file FN_lazy_function_graph.hh.
|
inline |
Definition at line 383 of file FN_lazy_function_graph.hh.
|
inline |
Definition at line 398 of file FN_lazy_function_graph.hh.
Referenced by blender::nodes::LazyFunctionForForeachGeometryElementZone::build_graph_contents(), and blender::fn::lazy_function::tests::TEST().