|
Blender V5.0
|
#include <BKE_compute_contexts.hh>
Inherits blender::ComputeContext.
Inherited by blender::bke::EvaluateClosureComputeContext, and blender::bke::GroupNodeComputeContext.
Public Member Functions | |
| 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 61 of file BKE_compute_contexts.hh.
| blender::bke::NodeComputeContext::NodeComputeContext | ( | const ComputeContext * | parent, |
| int32_t | node_id, | ||
| const bNodeTree * | tree = nullptr ) |
Definition at line 43 of file compute_contexts.cc.
References blender::ComputeContext::ComputeContext(), node_id(), blender::ComputeContext::parent(), and tree().
Referenced by blender::bke::EvaluateClosureComputeContext::EvaluateClosureComputeContext().
| const bNode * blender::bke::NodeComputeContext::node | ( | ) | const |
Definition at line 55 of file compute_contexts.cc.
|
inline |
Definition at line 73 of file BKE_compute_contexts.hh.
Referenced by blender::bke::EvaluateClosureComputeContext::EvaluateClosureComputeContext(), and NodeComputeContext().
|
inline |
Definition at line 78 of file BKE_compute_contexts.hh.
Referenced by blender::bke::EvaluateClosureComputeContext::EvaluateClosureComputeContext(), and NodeComputeContext().