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

Public Member Functions

 VariableValue_GVVectorArray (const GVVectorArray &data)
 
- Public Member Functions inherited from blender::fn::VariableValue
 VariableValue (ValueType type)
 

Public Attributes

const GVVectorArraydata
 
- Public Attributes inherited from blender::fn::VariableValue
ValueType type
 

Static Public Attributes

static constexpr ValueType static_type = ValueType::GVVectorArray
 

Detailed Description

Definition at line 71 of file multi_function_procedure_executor.cc.

Constructor & Destructor Documentation

◆ VariableValue_GVVectorArray()

blender::fn::VariableValue_GVVectorArray::VariableValue_GVVectorArray ( const GVVectorArray data)
inline

Definition at line 75 of file multi_function_procedure_executor.cc.

Member Data Documentation

◆ data

const GVVectorArray& blender::fn::VariableValue_GVVectorArray::data

Definition at line 73 of file multi_function_procedure_executor.cc.

◆ static_type

constexpr ValueType blender::fn::VariableValue_GVVectorArray::static_type = ValueType::GVVectorArray
inlinestaticconstexpr

Definition at line 72 of file multi_function_procedure_executor.cc.


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