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