Blender V4.3
blender::nodes::NodeInContext Struct Reference

#include <NOD_node_in_compute_context.hh>

Public Member Functions

uint64_t hash () const
 
ComputeContextHash context_hash () const
 

Public Attributes

const ComputeContextcontext = nullptr
 
const bNodenode = nullptr
 

Detailed Description

Utility struct to pair a node with a compute context. This uniquely identifies a node in an node-tree evaluation.

Definition at line 20 of file NOD_node_in_compute_context.hh.

Member Function Documentation

◆ context_hash()

ComputeContextHash blender::nodes::NodeInContext::context_hash ( ) const
inline

Definition at line 29 of file NOD_node_in_compute_context.hh.

References blender::ComputeContextHash::hash().

Referenced by hash().

◆ hash()

uint64_t blender::nodes::NodeInContext::hash ( ) const
inline

Definition at line 24 of file NOD_node_in_compute_context.hh.

References context_hash(), and blender::get_default_hash().

Member Data Documentation

◆ context

◆ node


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