|
Blender
V2.93
|
Inherits blender::fn::OutputValue.
Public Member Functions | |
| OutputSingleValue (GMutableSpan span) | |
Public Member Functions inherited from blender::fn::OutputValue | |
| OutputValue (ValueType type) | |
Public Member Functions inherited from blender::fn::Value | |
| Value (ValueType type) | |
Public Attributes | |
| GMutableSpan | span |
Public Attributes inherited from blender::fn::OutputValue | |
| bool | is_computed = false |
Public Attributes inherited from blender::fn::Value | |
| ValueType | type |
Definition at line 470 of file multi_function_network_evaluation.cc.
|
inline |
Definition at line 474 of file multi_function_network_evaluation.cc.
References blender::fn::OutputSingle.
| GMutableSpan blender::fn::OutputSingleValue::span |
This span has been provided by the code that called the multi-function network.
Definition at line 472 of file multi_function_network_evaluation.cc.
Referenced by blender::fn::MFNetworkEvaluationStorage::get_single_input__full(), and blender::fn::MFNetworkEvaluationStorage::get_single_input__single().