Blender  V3.3
Public Attributes | List of all members
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 294 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 301 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 296 of file FN_field.hh.


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