|
Blender
V2.93
|
Inherits blender::fn::Value.
Inherited by blender::fn::OutputSingleValue, and blender::fn::OutputVectorValue.
Public Member Functions | |
| OutputValue (ValueType type) | |
Public Member Functions inherited from blender::fn::Value | |
| Value (ValueType type) | |
Public Attributes | |
| bool | is_computed = false |
Public Attributes inherited from blender::fn::Value | |
| ValueType | type |
Definition at line 462 of file multi_function_network_evaluation.cc.
|
inline |
Definition at line 465 of file multi_function_network_evaluation.cc.
| bool blender::fn::OutputValue::is_computed = false |
Definition at line 463 of file multi_function_network_evaluation.cc.
Referenced by blender::fn::MFNetworkEvaluationStorage::get_single_input__full(), and blender::fn::MFNetworkEvaluationStorage::get_single_input__single().