|
Blender V4.3
|
Inherits blender::fn::lazy_function::LazyFunction.
Additional Inherited Members | |
Protected Attributes inherited from blender::fn::lazy_function::LazyFunction | |
| const char * | debug_name_ = "unknown" |
| Vector< Input > | inputs_ |
| Vector< Output > | outputs_ |
| bool | allow_missing_requested_inputs_ = false |
Definition at line 591 of file node_geo_simulation.cc.
|
inline |
Definition at line 608 of file node_geo_simulation.cc.
References blender::fn::lazy_function::LazyFunction::debug_name_, blender::nodes::node_geo_simulation_cc::get_simulation_item_cpp_type(), blender::Span< T >::index_range(), blender::fn::lazy_function::LazyFunction::inputs_, NodeGeometrySimulationOutput::items, NodeGeometrySimulationOutput::items_num, blender::nodes::GeometryNodeLazyFunctionGraphMapping::lf_index_by_bsocket, blender::nodes::GeometryNodesLazyFunctionGraphInfo::mapping, NodeSimulationItem::name, blender::fn::lazy_function::LazyFunction::outputs_, blender::MutableSpan< T >::size(), and bNodeSocket::typeinfo.
|
inlinefinalvirtual |
Needs to be implemented by subclasses. This is separate from execute so that additional debugging logic can be implemented in execute.
Implements blender::fn::lazy_function::LazyFunction.
Definition at line 649 of file node_geo_simulation.cc.
References BLI_assert_unreachable, blender::nodes::GeoNodesLFUserData::call_data, blender::nodes::GeoNodesLFUserData::compute_context, blender::nodes::SimulationZoneBehavior::data_block_map, blender::nodes::find_nested_node_id(), blender::nodes::GeoNodesSimulationParams::get(), blender::nodes::SimulationZoneBehavior::output, output_cached_state(), output_mixed_cached_state(), params, pass_through(), blender::nodes::GeoNodesCallData::self_object(), set_default_outputs(), blender::nodes::GeoNodesCallData::simulation_params, and store_new_state().
|
inline |
Definition at line 830 of file node_geo_simulation.cc.
References blender::Array< T, InlineBufferCapacity, Allocator >::as_span(), blender::Span< T >::index_range(), blender::nodes::node_geo_simulation_cc::move_values_to_simulation_state(), params, and blender::Span< T >::size().
Referenced by pass_through(), and store_new_state().
|
inline |
Definition at line 705 of file node_geo_simulation.cc.
References blender::nodes::GeoNodesLFUserData::call_data, blender::nodes::GeoNodesLFUserData::compute_context, blender::nodes::node_geo_simulation_cc::copy_simulation_state_to_values(), blender::Span< T >::index_range(), params, blender::nodes::GeoNodesCallData::self_object(), blender::Span< T >::size(), and state.
Referenced by execute_impl(), and store_new_state().
|
inline |
Definition at line 726 of file node_geo_simulation.cc.
References blender::LinearAllocator< Allocator >::allocate(), blender::nodes::node_geo_simulation_cc::copy_simulation_state_to_values(), blender::CPPType::destruct(), blender::Span< T >::index_range(), blender::nodes::mix_baked_data_item(), next_state(), blender::fn::lazy_function::LazyFunction::outputs_, params, and blender::Span< T >::size().
Referenced by execute_impl().
|
inline |
Definition at line 777 of file node_geo_simulation.cc.
References blender::nodes::GeoNodesLFUserData::call_data, blender::nodes::GeoNodesLFUserData::compute_context, get_bake_state_from_inputs(), blender::Span< T >::index_range(), blender::nodes::node_geo_simulation_cc::move_simulation_state_to_values(), params, blender::nodes::GeoNodesCallData::self_object(), and blender::Span< T >::size().
Referenced by execute_impl().
|
inline |
Definition at line 700 of file node_geo_simulation.cc.
References params, and blender::nodes::set_default_remaining_node_outputs().
Referenced by execute_impl().
|
inline |
Definition at line 804 of file node_geo_simulation.cc.
References blender::bke::SocketValueVariant::get(), get_bake_state_from_inputs(), output_cached_state(), params, and blender::nodes::sim_output::StoreNewState::store_fn.
Referenced by execute_impl().