|
Blender V4.3
|
Public Attributes | |
| LinearAllocator | allocator |
| VectorSet< lf::FunctionNode * > | lf_body_nodes |
| lf::Graph | graph |
| std::optional< LazyFunctionForLogicalOr > | or_function |
| std::optional< RepeatZoneSideEffectProvider > | side_effect_provider |
| std::optional< RepeatBodyNodeExecuteWrapper > | body_execute_wrapper |
| std::optional< lf::GraphExecutor > | graph_executor |
| Array< SocketValueVariant > | index_values |
| void * | graph_executor_storage = nullptr |
| bool | multi_threading_enabled = false |
| Vector< int > | input_index_map |
| Vector< int > | output_index_map |
Definition at line 1776 of file geometry_nodes_lazy_function.cc.
| LinearAllocator blender::nodes::RepeatEvalStorage::allocator |
Definition at line 1777 of file geometry_nodes_lazy_function.cc.
| std::optional<RepeatBodyNodeExecuteWrapper> blender::nodes::RepeatEvalStorage::body_execute_wrapper |
Definition at line 1782 of file geometry_nodes_lazy_function.cc.
| lf::Graph blender::nodes::RepeatEvalStorage::graph |
Definition at line 1779 of file geometry_nodes_lazy_function.cc.
| std::optional<lf::GraphExecutor> blender::nodes::RepeatEvalStorage::graph_executor |
Definition at line 1783 of file geometry_nodes_lazy_function.cc.
Referenced by blender::nodes::LazyFunctionForRepeatZone::destruct_storage(), and blender::nodes::LazyFunctionForRepeatZone::execute_impl().
| void* blender::nodes::RepeatEvalStorage::graph_executor_storage = nullptr |
Definition at line 1785 of file geometry_nodes_lazy_function.cc.
Referenced by blender::nodes::LazyFunctionForRepeatZone::execute_impl().
| Array<SocketValueVariant> blender::nodes::RepeatEvalStorage::index_values |
Definition at line 1784 of file geometry_nodes_lazy_function.cc.
Definition at line 1787 of file geometry_nodes_lazy_function.cc.
Referenced by blender::nodes::LazyFunctionForRepeatZone::execute_impl().
| VectorSet<lf::FunctionNode *> blender::nodes::RepeatEvalStorage::lf_body_nodes |
Definition at line 1778 of file geometry_nodes_lazy_function.cc.
| bool blender::nodes::RepeatEvalStorage::multi_threading_enabled = false |
Definition at line 1786 of file geometry_nodes_lazy_function.cc.
Referenced by blender::nodes::LazyFunctionForRepeatZone::execute_impl().
| std::optional<LazyFunctionForLogicalOr> blender::nodes::RepeatEvalStorage::or_function |
Definition at line 1780 of file geometry_nodes_lazy_function.cc.
Definition at line 1788 of file geometry_nodes_lazy_function.cc.
Referenced by blender::nodes::LazyFunctionForRepeatZone::execute_impl().
| std::optional<RepeatZoneSideEffectProvider> blender::nodes::RepeatEvalStorage::side_effect_provider |
Definition at line 1781 of file geometry_nodes_lazy_function.cc.