Blender V4.3
blender::fn::FieldInputs Struct Reference

#include <FN_field.hh>

Public Attributes

VectorSet< const FieldInput * > nodes
 
VectorSet< std::reference_wrapper< const FieldInput > > deduplicated_nodes
 

Detailed Description

Keeps track of the inputs of a field.

Definition at line 313 of file FN_field.hh.

Member Data Documentation

◆ deduplicated_nodes

VectorSet<std::reference_wrapper<const FieldInput> > blender::fn::FieldInputs::deduplicated_nodes

Same as above but the inputs are deduplicated. For example, when there are two separate index input nodes, only one will show up in this list.

Definition at line 320 of file FN_field.hh.

◆ nodes

VectorSet<const FieldInput *> blender::fn::FieldInputs::nodes

All #FieldInput nodes that a field (possibly indirectly) depends on.

Definition at line 315 of file FN_field.hh.


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