|
Blender V4.5
|
#include <NOD_node_in_compute_context.hh>
Public Member Functions | |
#SocketInContext Inline Methods | |
| uint64_t | hash () const |
| ComputeContextHash | context_hash () const |
| const bNodeSocket * | operator-> () const |
| const bNodeSocket & | operator* () const |
| operator bool () const | |
| NodeInContext | owner_node () const |
Public Attributes | |
| const ComputeContext * | context = nullptr |
| const bNodeSocket * | socket = nullptr |
Utility struct to pair a socket with a compute context. This unique identifies a socket in a node-tree evaluation.
Definition at line 49 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 118 of file NOD_node_in_compute_context.hh.
References context.
Referenced by hash().
|
inline |
Definition at line 113 of file NOD_node_in_compute_context.hh.
References context_hash(), and blender::get_default_hash().
|
inline |
Definition at line 133 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 128 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 123 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 138 of file NOD_node_in_compute_context.hh.
Referenced by blender::ed::space_node::compute_context_for_closure_evaluation().
| const ComputeContext* blender::nodes::SocketInContext::context = nullptr |
Definition at line 50 of file NOD_node_in_compute_context.hh.
Referenced by blender::ed::space_node::compute_context_for_closure_evaluation(), context_hash(), and blender::nodes::inverse_eval::find_local_inverse_eval_targets().
| const bNodeSocket* blender::nodes::SocketInContext::socket = nullptr |
Definition at line 51 of file NOD_node_in_compute_context.hh.
Referenced by blender::nodes::inverse_eval::backpropagate_socket_values(), blender::ed::space_node::compute_context_for_closure_evaluation(), blender::nodes::inverse_eval::find_local_inverse_eval_targets(), blender::nodes::inverse_eval::propagate_socket_elem(), and blender::nodes::inverse_eval::propagate_value_elem_filtered().