Blender V4.5
blender::bke::GroupNodeComputeContext Class Reference

#include <BKE_compute_contexts.hh>

Inherits blender::bke::NodeComputeContext.

Public Member Functions

 NodeComputeContext (const ComputeContext *parent, int32_t node_id, const bNodeTree *tree=nullptr)
 
- Public Member Functions inherited from blender::bke::NodeComputeContext
 NodeComputeContext (const ComputeContext *parent, int32_t node_id, const bNodeTree *tree=nullptr)
 
int32_t node_id () const
 
const bNodeTreetree () const
 
const bNodenode () 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 90 of file BKE_compute_contexts.hh.

Member Function Documentation

◆ NodeComputeContext()

blender::bke::NodeComputeContext::NodeComputeContext ( const ComputeContext * parent,
int32_t node_id,
const bNodeTree * tree = nullptr )

Definition at line 69 of file compute_contexts.cc.


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