|
Blender
V2.93
|
#include <FN_multi_function_network.hh>
Inherits blender::fn::MFNode.
Public Member Functions | |
| StringRefNull | name () const |
| Span< StringRefNull > | input_names () const |
| Span< StringRefNull > | output_names () const |
Public Member Functions inherited from blender::fn::MFNode | |
| StringRefNull | name () const |
| int | id () const |
| MFNetwork & | network () |
| const MFNetwork & | network () const |
| bool | is_dummy () const |
| bool | is_function () const |
| MFDummyNode & | as_dummy () |
| const MFDummyNode & | as_dummy () const |
| MFFunctionNode & | as_function () |
| const MFFunctionNode & | as_function () const |
| MFInputSocket & | input (int index) |
| const MFInputSocket & | input (int index) const |
| MFOutputSocket & | output (int index) |
| const MFOutputSocket & | output (int index) const |
| Span< MFInputSocket * > | inputs () |
| Span< const MFInputSocket * > | inputs () const |
| Span< MFOutputSocket * > | outputs () |
| Span< const MFOutputSocket * > | outputs () const |
| bool | has_unlinked_inputs () const |
Protected Attributes | |
| StringRefNull | name_ |
| MutableSpan< StringRefNull > | input_names_ |
| MutableSpan< StringRefNull > | output_names_ |
| friend | MFNetwork |
Protected Attributes inherited from blender::fn::MFNode | |
| MFNetwork * | network_ |
| Span< MFInputSocket * > | inputs_ |
| Span< MFOutputSocket * > | outputs_ |
| bool | is_dummy_ |
| int | id_ |
| friend | MFNetwork |
Definition at line 120 of file FN_multi_function_network.hh.
|
inline |
Definition at line 386 of file FN_multi_function_network.hh.
References input_names_.
|
inline |
Definition at line 381 of file FN_multi_function_network.hh.
References name_.
Referenced by blender::fn::MFNode::name().
|
inline |
Definition at line 391 of file FN_multi_function_network.hh.
References output_names_.
|
protected |
Definition at line 123 of file FN_multi_function_network.hh.
Referenced by input_names().
|
protected |
Definition at line 126 of file FN_multi_function_network.hh.
|
protected |
Definition at line 122 of file FN_multi_function_network.hh.
Referenced by name().
|
protected |
Definition at line 124 of file FN_multi_function_network.hh.
Referenced by output_names().