|
Blender V5.0
|
#include <NOD_node_in_compute_context.hh>
Public Member Functions | |
#TreeInContext Inline Methods | |
| uint64_t | hash () const |
| ComputeContextHash | context_hash () const |
| const bNodeTree * | operator-> () const |
| const bNodeTree & | operator* () const |
| operator bool () const | |
Public Attributes | |
| const ComputeContext * | context = nullptr |
| const bNodeTree * | tree = nullptr |
Utility struct to pair a tree with a compute context.
Definition at line 71 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 168 of file NOD_node_in_compute_context.hh.
References context.
Referenced by hash().
|
inline |
Definition at line 163 of file NOD_node_in_compute_context.hh.
References context_hash(), blender::get_default_hash(), and tree.
|
inline |
Definition at line 183 of file NOD_node_in_compute_context.hh.
References tree.
|
inline |
Definition at line 178 of file NOD_node_in_compute_context.hh.
References tree.
|
inline |
Definition at line 173 of file NOD_node_in_compute_context.hh.
References tree.
| const ComputeContext* blender::nodes::TreeInContext::context = nullptr |
Definition at line 72 of file NOD_node_in_compute_context.hh.
Referenced by context_hash().
Definition at line 73 of file NOD_node_in_compute_context.hh.
Referenced by hash(), operator bool(), operator*(), and operator->().