|
Blender V5.0
|
#include <BKE_compute_contexts.hh>
Inherits blender::bke::NodeComputeContext.
Public Member Functions | |
| NodeComputeContext (const ComputeContext *parent, int32_t node_id, const bNodeTree *tree=nullptr) | |
| Public Member Functions inherited from blender::bke::NodeComputeContext | |
| NodeComputeContext (const ComputeContext *parent, int32_t node_id, const bNodeTree *tree=nullptr) | |
| int32_t | node_id () const |
| const bNodeTree * | tree () const |
| const bNode * | node () const |
| Public Member Functions inherited from blender::ComputeContext | |
| ComputeContext (const ComputeContext *parent) | |
| virtual | ~ComputeContext ()=default |
| const ComputeContextHash & | hash () const |
| const ComputeContext * | parent () const |
| void | print_stack (std::ostream &stream, StringRef name) const |
Additional Inherited Members | |
| Protected Attributes inherited from blender::ComputeContext | |
| const ComputeContext * | parent_ = nullptr |
| ComputeContextHash | hash_ |
Definition at line 90 of file BKE_compute_contexts.hh.
| blender::bke::NodeComputeContext::NodeComputeContext | ( | const ComputeContext * | parent, |
| int32_t | node_id, | ||
| const bNodeTree * | tree = nullptr ) |
Definition at line 69 of file compute_contexts.cc.