Blender  V2.93
Public Member Functions | Public Attributes | List of all members
blender::fn::OwnVectorValue Struct Reference

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

GVectorArrayvector_array
 
int max_remaining_users
 
- Public Attributes inherited from blender::fn::Value
ValueType type
 

Detailed Description

Definition at line 505 of file multi_function_network_evaluation.cc.

Constructor & Destructor Documentation

◆ OwnVectorValue()

blender::fn::OwnVectorValue::OwnVectorValue ( GVectorArray vector_array,
int  max_remaining_users 
)
inline

Definition at line 511 of file multi_function_network_evaluation.cc.

References blender::fn::OwnVector.

Member Data Documentation

◆ max_remaining_users

int blender::fn::OwnVectorValue::max_remaining_users

◆ vector_array

GVectorArray* blender::fn::OwnVectorValue::vector_array

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