Blender  V3.3
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
blender::fn::VariableValue_GVectorArray Struct Reference
Inheritance diagram for blender::fn::VariableValue_GVectorArray:
blender::fn::VariableValue

Public Member Functions

 VariableValue_GVectorArray (GVectorArray &data, bool owned)
 
- Public Member Functions inherited from blender::fn::VariableValue
 VariableValue (ValueType type)
 

Public Attributes

GVectorArraydata
 
bool owned
 
- Public Attributes inherited from blender::fn::VariableValue
ValueType type
 

Static Public Attributes

static constexpr ValueType static_type = ValueType::GVectorArray
 

Detailed Description

Definition at line 81 of file multi_function_procedure_executor.cc.

Constructor & Destructor Documentation

◆ VariableValue_GVectorArray()

blender::fn::VariableValue_GVectorArray::VariableValue_GVectorArray ( GVectorArray data,
bool  owned 
)
inline

Definition at line 86 of file multi_function_procedure_executor.cc.

Member Data Documentation

◆ data

GVectorArray& blender::fn::VariableValue_GVectorArray::data

◆ owned

bool blender::fn::VariableValue_GVectorArray::owned

Definition at line 84 of file multi_function_procedure_executor.cc.

◆ static_type

constexpr ValueType blender::fn::VariableValue_GVectorArray::static_type = ValueType::GVectorArray
inlinestaticconstexpr

Definition at line 82 of file multi_function_procedure_executor.cc.


The documentation for this struct was generated from the following file: