Blender V4.3
blender::nodes::GeoNodesSideEffectNodes Struct Reference

#include <NOD_geometry_nodes_lazy_function.hh>

Public Attributes

MultiValueMap< ComputeContextHash, const lf::FunctionNode * > nodes_by_context
 
MultiValueMap< std::pair< ComputeContextHash, int32_t >, intiterations_by_iteration_zone
 

Detailed Description

Definition at line 150 of file NOD_geometry_nodes_lazy_function.hh.

Member Data Documentation

◆ iterations_by_iteration_zone

MultiValueMap<std::pair<ComputeContextHash, int32_t>, int> blender::nodes::GeoNodesSideEffectNodes::iterations_by_iteration_zone

The repeat/foreach zone is identified by the compute context of the parent and the identifier of the repeat output node.

Definition at line 156 of file NOD_geometry_nodes_lazy_function.hh.

Referenced by blender::nodes::ForeachGeometryElementZoneSideEffectProvider::get_nodes_with_side_effects(), blender::nodes::RepeatZoneSideEffectProvider::get_nodes_with_side_effects(), and blender::try_add_side_effect_node().

◆ nodes_by_context


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