|
Blender V4.3
|
#include <BKE_compute_contexts.hh>
Inherits blender::ComputeContext.
Public Member Functions | |
| OperatorComputeContext () | |
| OperatorComputeContext (const ComputeContext *parent) | |
Public Member Functions inherited from blender::ComputeContext | |
| ComputeContext (const char *static_type, const ComputeContext *parent) | |
| virtual | ~ComputeContext ()=default |
| const ComputeContextHash & | hash () const |
| const char * | static_type () const |
| const ComputeContext * | parent () const |
| void | print_stack (std::ostream &stream, StringRef name) const |
Additional Inherited Members | |
Protected Attributes inherited from blender::ComputeContext | |
| ComputeContextHash | hash_ |
Definition at line 155 of file BKE_compute_contexts.hh.
| blender::bke::OperatorComputeContext::OperatorComputeContext | ( | ) |
Definition at line 147 of file compute_contexts.cc.
| blender::bke::OperatorComputeContext::OperatorComputeContext | ( | const ComputeContext * | parent | ) |
Definition at line 149 of file compute_contexts.cc.
References blender::ComputeContext::hash_, and blender::ComputeContextHash::mix_in().