|
Blender V4.3
|
#include <BKE_compute_contexts.hh>
Inherits blender::ComputeContext.
Public Member Functions | |
| ModifierComputeContext (const ComputeContext *parent, std::string modifier_name) | |
| StringRefNull | modifier_name () const |
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 20 of file BKE_compute_contexts.hh.
| blender::bke::ModifierComputeContext::ModifierComputeContext | ( | const ComputeContext * | parent, |
| std::string | modifier_name ) |
Definition at line 13 of file compute_contexts.cc.
References blender::ComputeContext::hash_, and blender::ComputeContextHash::mix_in().
|
inline |
Definition at line 34 of file BKE_compute_contexts.hh.