Blender V4.3
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 char *static_type, const ComputeContext *parent)
 
virtual ~ComputeContext ()=default
 
const ComputeContextHashhash () const
 
const char * static_type () const
 
const ComputeContextparent () const
 
void print_stack (std::ostream &stream, StringRef name) const
 

Additional Inherited Members

- Protected Attributes inherited from blender::ComputeContext
ComputeContextHash hash_
 

Detailed Description

Definition at line 126 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 )

Definition at line 136 of file compute_contexts.cc.

Member Function Documentation

◆ index()

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

Definition at line 146 of file BKE_compute_contexts.hh.

◆ output_node_id()

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

Definition at line 141 of file BKE_compute_contexts.hh.


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