|
Blender
V3.3
|
Public Member Functions | |
| VariableValue_GVectorArray (GVectorArray &data, bool owned) | |
Public Member Functions inherited from blender::fn::VariableValue | |
| VariableValue (ValueType type) | |
Public Attributes | |
| GVectorArray & | data |
| bool | owned |
Public Attributes inherited from blender::fn::VariableValue | |
| ValueType | type |
Static Public Attributes | |
| static constexpr ValueType | static_type = ValueType::GVectorArray |
Definition at line 81 of file multi_function_procedure_executor.cc.
|
inline |
Definition at line 86 of file multi_function_procedure_executor.cc.
| GVectorArray& blender::fn::VariableValue_GVectorArray::data |
Definition at line 83 of file multi_function_procedure_executor.cc.
Referenced by blender::fn::VariableState::ensure_is_mutable(), and blender::fn::ValueAllocator::release_value().
| bool blender::fn::VariableValue_GVectorArray::owned |
Definition at line 84 of file multi_function_procedure_executor.cc.
|
inlinestaticconstexpr |
Definition at line 82 of file multi_function_procedure_executor.cc.