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

#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 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 137 of file BKE_compute_contexts.hh.

Constructor & Destructor Documentation

◆ ForeachGeometryElementZoneComputeContext() [1/2]

blender::bke::ForeachGeometryElementZoneComputeContext::ForeachGeometryElementZoneComputeContext ( const ComputeContext * parent,
int32_t output_node_id,
int index )

◆ ForeachGeometryElementZoneComputeContext() [2/2]

blender::bke::ForeachGeometryElementZoneComputeContext::ForeachGeometryElementZoneComputeContext ( const ComputeContext * parent,
const bNode & node,
int index )

Member Function Documentation

◆ index()

int blender::bke::ForeachGeometryElementZoneComputeContext::index ( ) const
inline

◆ output_node_id()

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

Definition at line 150 of file BKE_compute_contexts.hh.

Referenced by ForeachGeometryElementZoneComputeContext().


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