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