|
Blender V5.0
|
#include <BKE_compute_contexts.hh>
Inherits blender::ComputeContext.
Public Member Functions | |
| SimulationZoneComputeContext (const ComputeContext *parent, int output_node_id) | |
| SimulationZoneComputeContext (const ComputeContext *parent, const bNode &node) | |
| int32_t | output_node_id () 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 95 of file BKE_compute_contexts.hh.
| blender::bke::SimulationZoneComputeContext::SimulationZoneComputeContext | ( | const ComputeContext * | parent, |
| int | output_node_id ) |
Definition at line 74 of file compute_contexts.cc.
References blender::ComputeContext::ComputeContext(), output_node_id(), and blender::ComputeContext::parent().
Referenced by SimulationZoneComputeContext().
| blender::bke::SimulationZoneComputeContext::SimulationZoneComputeContext | ( | const ComputeContext * | parent, |
| const bNode & | node ) |
Definition at line 80 of file compute_contexts.cc.
References blender::ComputeContext::ComputeContext(), blender::ComputeContext::parent(), and SimulationZoneComputeContext().
|
inline |
Definition at line 103 of file BKE_compute_contexts.hh.
Referenced by SimulationZoneComputeContext().