|
Blender V4.3
|
#include <FN_lazy_function_graph.hh>
Inherits blender::fn::lazy_function::Node.
Public Member Functions | |
#FunctionNode Inline Methods | |
| const LazyFunction & | function () const |
Public Member Functions inherited from blender::fn::lazy_function::Node | |
| std::string | name () const |
| bool | is_interface () const |
| bool | is_function () const |
| int | index_in_graph () const |
| Span< const InputSocket * > | inputs () const |
| Span< const OutputSocket * > | outputs () const |
| Span< InputSocket * > | inputs () |
| Span< OutputSocket * > | outputs () |
| const InputSocket & | input (int index) const |
| const OutputSocket & | output (int index) const |
| InputSocket & | input (int index) |
| OutputSocket & | output (int index) |
Additional Inherited Members | |
Protected Attributes inherited from blender::fn::lazy_function::Node | |
| const LazyFunction * | fn_ = nullptr |
| Span< InputSocket * > | inputs_ |
| Span< OutputSocket * > | outputs_ |
| int | index_in_graph_ = -1 |
| friend | Graph |
A Node that corresponds to a specific #LazyFunction.
Definition at line 177 of file FN_lazy_function_graph.hh.
|
inline |
Definition at line 486 of file FN_lazy_function_graph.hh.
References BLI_assert, and blender::fn::lazy_function::Node::fn_.
Referenced by blender::fn::lazy_function::Socket::name().