|
Blender
V2.93
|
Inherits blender::fn::Value.
Public Member Functions | |
| InputVectorValue (const GVVectorArray &virtual_vector_array) | |
Public Member Functions inherited from blender::fn::Value | |
| Value (ValueType type) | |
Public Attributes | |
| const GVVectorArray & | virtual_vector_array |
Public Attributes inherited from blender::fn::Value | |
| ValueType | type |
Definition at line 452 of file multi_function_network_evaluation.cc.
|
inline |
Definition at line 456 of file multi_function_network_evaluation.cc.
References blender::fn::InputVector.
| const GVVectorArray& blender::fn::InputVectorValue::virtual_vector_array |
This virtual vector has been provided by the code that called the multi-function network.
Definition at line 454 of file multi_function_network_evaluation.cc.
Referenced by blender::fn::MFNetworkEvaluationStorage::get_vector_input__full(), and blender::fn::MFNetworkEvaluationStorage::get_vector_input__single().