Blender V5.0
blender::nodes::SocketValueInferencerImpl Class Reference

Public Member Functions

 SocketValueInferencerImpl (const bNodeTree &tree, ResourceScope &scope, bke::ComputeContextCache &compute_context_cache, const FunctionRef< InferenceValue(int group_input_i)> group_input_value_fn, const std::optional< Span< bool > > top_level_ignored_inputs)
InferenceValue get_socket_value (const SocketInContext &socket)

Detailed Description

Definition at line 31 of file socket_value_inference.cc.

Constructor & Destructor Documentation

◆ SocketValueInferencerImpl()

blender::nodes::SocketValueInferencerImpl::SocketValueInferencerImpl ( const bNodeTree & tree,
ResourceScope & scope,
bke::ComputeContextCache & compute_context_cache,
const FunctionRef< InferenceValue(int group_input_i)> group_input_value_fn,
const std::optional< Span< bool > > top_level_ignored_inputs )
inline

Definition at line 56 of file socket_value_inference.cc.

References tree.

Member Function Documentation

◆ get_socket_value()

InferenceValue blender::nodes::SocketValueInferencerImpl::get_socket_value ( const SocketInContext & socket)
inline

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