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

Inherits blender::fn::OutputValue.

Public Member Functions

 OutputSingleValue (GMutableSpan span)
 
- Public Member Functions inherited from blender::fn::OutputValue
 OutputValue (ValueType type)
 
- Public Member Functions inherited from blender::fn::Value
 Value (ValueType type)
 

Public Attributes

GMutableSpan span
 
- 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 470 of file multi_function_network_evaluation.cc.

Constructor & Destructor Documentation

◆ OutputSingleValue()

blender::fn::OutputSingleValue::OutputSingleValue ( GMutableSpan  span)
inline

Definition at line 474 of file multi_function_network_evaluation.cc.

References blender::fn::OutputSingle.

Member Data Documentation

◆ span

GMutableSpan blender::fn::OutputSingleValue::span

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

Definition at line 472 of file multi_function_network_evaluation.cc.

Referenced by blender::fn::MFNetworkEvaluationStorage::get_single_input__full(), and blender::fn::MFNetworkEvaluationStorage::get_single_input__single().


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