|
Blender V4.3
|
#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 char *static_type, const ComputeContext *parent) | |
| virtual | ~ComputeContext ()=default |
| const ComputeContextHash & | hash () const |
| const char * | static_type () const |
| const ComputeContext * | parent () const |
| void | print_stack (std::ostream &stream, StringRef name) const |
Additional Inherited Members | |
Protected Attributes inherited from blender::ComputeContext | |
| ComputeContextHash | hash_ |
Definition at line 101 of file BKE_compute_contexts.hh.
| blender::bke::RepeatZoneComputeContext::RepeatZoneComputeContext | ( | const ComputeContext * | parent, |
| int32_t | output_node_id, | ||
| int | iteration ) |
Definition at line 91 of file compute_contexts.cc.
References blender::DynamicStackBuffer< ReservedSize, ReservedAlignment >::buffer(), blender::ComputeContext::hash_, and blender::ComputeContextHash::mix_in().
| blender::bke::RepeatZoneComputeContext::RepeatZoneComputeContext | ( | const ComputeContext * | parent, |
| const bNode & | node, | ||
| int | iteration ) |
Definition at line 108 of file compute_contexts.cc.
|
inline |
Definition at line 117 of file BKE_compute_contexts.hh.
|
inline |
Definition at line 112 of file BKE_compute_contexts.hh.