Blender V5.0
blender::bke::RepeatZoneComputeContext Class Reference

#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 ComputeContextHashhash () const
const ComputeContextparent () const
void print_stack (std::ostream &stream, StringRef name) const

Additional Inherited Members

Protected Attributes inherited from blender::ComputeContext
const ComputeContextparent_ = nullptr
ComputeContextHash hash_

Detailed Description

Definition at line 113 of file BKE_compute_contexts.hh.

Constructor & Destructor Documentation

◆ RepeatZoneComputeContext() [1/2]

blender::bke::RepeatZoneComputeContext::RepeatZoneComputeContext ( const ComputeContext * parent,
int32_t output_node_id,
int iteration )

◆ RepeatZoneComputeContext() [2/2]

blender::bke::RepeatZoneComputeContext::RepeatZoneComputeContext ( const ComputeContext * parent,
const bNode & node,
int iteration )

Member Function Documentation

◆ iteration()

int blender::bke::RepeatZoneComputeContext::iteration ( ) const
inline

Definition at line 127 of file BKE_compute_contexts.hh.

Referenced by RepeatZoneComputeContext(), and RepeatZoneComputeContext().

◆ output_node_id()

int32_t blender::bke::RepeatZoneComputeContext::output_node_id ( ) const
inline

Definition at line 122 of file BKE_compute_contexts.hh.

Referenced by RepeatZoneComputeContext().


The documentation for this class was generated from the following files: