|
Blender V4.5
|
#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 17 of file compute_contexts.cc.
References nmd().
| blender::bke::ModifierComputeContext::ModifierComputeContext | ( | const ComputeContext * | parent, |
| int | modifier_uid ) |
Definition at line 24 of file compute_contexts.cc.
|
inline |
Definition at line 46 of file BKE_compute_contexts.hh.
|
inline |
Definition at line 51 of file BKE_compute_contexts.hh.
Referenced by ModifierComputeContext().