|
Blender V4.5
|
#include <NOD_node_in_compute_context.hh>
Public Member Functions | |
#NodeInContext Inline Methods | |
| uint64_t | hash () const |
| ComputeContextHash | context_hash () const |
| const bNode * | operator-> () const |
| const bNode & | operator* () const |
| operator bool () const | |
| SocketInContext | input_socket (int index) const |
| SocketInContext | output_socket (int index) const |
Public Attributes | |
| const ComputeContext * | context = nullptr |
| const bNode * | node = nullptr |
Utility struct to pair a node with a compute context. This uniquely identifies a node in an node-tree evaluation.
Definition at line 25 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 77 of file NOD_node_in_compute_context.hh.
References context.
Referenced by hash().
|
inline |
Definition at line 72 of file NOD_node_in_compute_context.hh.
References context_hash(), and blender::get_default_hash().
|
inline |
Definition at line 97 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 92 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 87 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 82 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 102 of file NOD_node_in_compute_context.hh.
Referenced by blender::ed::space_node::compute_context_for_closure_evaluation().
| const ComputeContext* blender::nodes::NodeInContext::context = nullptr |
Definition at line 26 of file NOD_node_in_compute_context.hh.
Referenced by blender::nodes::inverse_eval::backpropagate_socket_values_through_node(), context_hash(), blender::nodes::partial_eval::eval_downstream(), blender::nodes::partial_eval::eval_upstream(), blender::nodes::inverse_eval::evaluate_node_elem_downstream_filtered(), blender::nodes::inverse_eval::evaluate_node_elem_upstream(), blender::nodes::partial_eval::NodeInContextDownstreamComparator::operator()(), and blender::nodes::partial_eval::NodeInContextUpstreamComparator::operator()().
Definition at line 27 of file NOD_node_in_compute_context.hh.
Referenced by blender::nodes::inverse_eval::backpropagate_socket_values(), blender::nodes::inverse_eval::backpropagate_socket_values_through_node(), blender::nodes::partial_eval::eval_downstream(), blender::nodes::partial_eval::eval_upstream(), blender::nodes::inverse_eval::evaluate_node_elem_downstream_filtered(), blender::nodes::inverse_eval::evaluate_node_elem_upstream(), blender::nodes::inverse_eval::get_input_elems_to_propagate(), blender::nodes::partial_eval::NodeInContextDownstreamComparator::operator()(), and blender::nodes::partial_eval::NodeInContextUpstreamComparator::operator()().