Blender
V3.3
|
#include <FN_field.hh>
Public Attributes | |
VectorSet< const FieldInput * > | nodes |
VectorSet< std::reference_wrapper< const FieldInput > > | deduplicated_nodes |
Keeps track of the inputs of a field.
Definition at line 294 of file FN_field.hh.
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.
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.