Blender V4.3
bNodeTreeExec Struct Reference

#include <node_exec.hh>

Public Attributes

bNodeTreenodetree
 
int totnodes
 
bNodeExecnodeexec
 
int stacksize
 
bNodeStackstack
 
ListBasethreadstack
 

Detailed Description

Definition at line 36 of file node_exec.hh.

Member Data Documentation

◆ nodeexec

bNodeExec* bNodeTreeExec::nodeexec

Definition at line 40 of file node_exec.hh.

◆ nodetree

bNodeTree* bNodeTreeExec::nodetree

Definition at line 37 of file node_exec.hh.

◆ stack

bNodeStack* bNodeTreeExec::stack

Definition at line 43 of file node_exec.hh.

◆ stacksize

int bNodeTreeExec::stacksize

Definition at line 42 of file node_exec.hh.

◆ threadstack

ListBase* bNodeTreeExec::threadstack

Definition at line 45 of file node_exec.hh.

◆ totnodes

int bNodeTreeExec::totnodes

Definition at line 39 of file node_exec.hh.


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