Blender
V3.3
|
Public Member Functions | |
VariableValue_GVectorArray (GVectorArray &data, bool owned) | |
![]() | |
VariableValue (ValueType type) | |
Public Attributes | |
GVectorArray & | data |
bool | owned |
![]() | |
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.