|
Blender V5.0
|
#include <BKE_compute_contexts.hh>
Inherits blender::ComputeContext.
Public Member Functions | |
| OperatorComputeContext () | |
| OperatorComputeContext (const ComputeContext *parent) | |
| OperatorComputeContext (const ComputeContext *parent, const bNodeTree &tree) | |
| const bNodeTree * | tree () 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 188 of file BKE_compute_contexts.hh.
| blender::bke::OperatorComputeContext::OperatorComputeContext | ( | ) |
Definition at line 176 of file compute_contexts.cc.
References nullptr, and OperatorComputeContext().
Referenced by OperatorComputeContext(), and OperatorComputeContext().
| blender::bke::OperatorComputeContext::OperatorComputeContext | ( | const ComputeContext * | parent | ) |
Definition at line 178 of file compute_contexts.cc.
References blender::ComputeContext::ComputeContext(), and blender::ComputeContext::parent().
| blender::bke::OperatorComputeContext::OperatorComputeContext | ( | const ComputeContext * | parent, |
| const bNodeTree & | tree ) |
Definition at line 183 of file compute_contexts.cc.
References blender::ComputeContext::ComputeContext(), OperatorComputeContext(), blender::ComputeContext::parent(), and tree().
|
inline |
Definition at line 198 of file BKE_compute_contexts.hh.
Referenced by OperatorComputeContext().