|
Blender
V2.93
|
Inherits blender::fn::Value.
Public Member Functions | |
| OwnVectorValue (GVectorArray &vector_array, int max_remaining_users) | |
Public Member Functions inherited from blender::fn::Value | |
| Value (ValueType type) | |
Public Attributes | |
| GVectorArray * | vector_array |
| int | max_remaining_users |
Public Attributes inherited from blender::fn::Value | |
| ValueType | type |
Definition at line 505 of file multi_function_network_evaluation.cc.
|
inline |
Definition at line 511 of file multi_function_network_evaluation.cc.
References blender::fn::OwnVector.
| int blender::fn::OwnVectorValue::max_remaining_users |
| GVectorArray* blender::fn::OwnVectorValue::vector_array |
This vector array has been allocated during the evaluation of the multi-function network and contains intermediate data. It has to be freed once the network evaluation is finished.
Definition at line 508 of file multi_function_network_evaluation.cc.
Referenced by blender::fn::MFNetworkEvaluationStorage::finish_input_socket(), blender::fn::MFNetworkEvaluationStorage::get_mutable_vector__full(), blender::fn::MFNetworkEvaluationStorage::get_mutable_vector__single(), blender::fn::MFNetworkEvaluationStorage::get_vector_input__full(), blender::fn::MFNetworkEvaluationStorage::get_vector_input__single(), and blender::fn::MFNetworkEvaluationStorage::~MFNetworkEvaluationStorage().