|
Blender V5.0
|
#include <BKE_compute_contexts.hh>
Inherits blender::ComputeContext.
Public Member Functions | |
| ModifierComputeContext (const ComputeContext *parent, const NodesModifierData &nmd) | |
| ModifierComputeContext (const ComputeContext *parent, int modifier_uid) | |
| int | modifier_uid () const |
| const NodesModifierData * | nmd () 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 35 of file BKE_compute_contexts.hh.
| blender::bke::ModifierComputeContext::ModifierComputeContext | ( | const ComputeContext * | parent, |
| const NodesModifierData & | nmd ) |
Definition at line 18 of file compute_contexts.cc.
References blender::ComputeContext::ComputeContext(), ModifierComputeContext(), nmd(), and blender::ComputeContext::parent().
Referenced by ModifierComputeContext().
| blender::bke::ModifierComputeContext::ModifierComputeContext | ( | const ComputeContext * | parent, |
| int | modifier_uid ) |
Definition at line 25 of file compute_contexts.cc.
References blender::ComputeContext::ComputeContext(), modifier_uid(), and blender::ComputeContext::parent().
|
inline |
Definition at line 46 of file BKE_compute_contexts.hh.
Referenced by ModifierComputeContext().
|
inline |
Definition at line 51 of file BKE_compute_contexts.hh.
Referenced by ModifierComputeContext().