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

Inherits blender::fn::OutputValue.

Public Member Functions

 OutputVectorValue (GVectorArray &vector_array)
 
- Public Member Functions inherited from blender::fn::OutputValue
 OutputValue (ValueType type)
 
- Public Member Functions inherited from blender::fn::Value
 Value (ValueType type)
 

Public Attributes

GVectorArrayvector_array
 
- Public Attributes inherited from blender::fn::OutputValue
bool is_computed = false
 
- Public Attributes inherited from blender::fn::Value
ValueType type
 

Detailed Description

Definition at line 479 of file multi_function_network_evaluation.cc.

Constructor & Destructor Documentation

◆ OutputVectorValue()

blender::fn::OutputVectorValue::OutputVectorValue ( GVectorArray vector_array)
inline

Definition at line 483 of file multi_function_network_evaluation.cc.

References blender::fn::OutputVector.

Member Data Documentation

◆ vector_array

GVectorArray* blender::fn::OutputVectorValue::vector_array

This vector array has been provided by the code that called the multi-function network.

Definition at line 481 of file multi_function_network_evaluation.cc.

Referenced by blender::fn::MFNetworkEvaluationStorage::get_vector_input__full(), and blender::fn::MFNetworkEvaluationStorage::get_vector_input__single().


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