Blender V5.0
bNodeTreeExec Struct Reference

#include <node_exec.hh>

Public Attributes

bNodeTreenodetree
int totnodes
bNodeExecnodeexec
int stacksize
bNodeStackstack
ListBasethreadstack

Detailed Description

Definition at line 32 of file node_exec.hh.

Member Data Documentation

◆ nodeexec

bNodeExec* bNodeTreeExec::nodeexec

Definition at line 36 of file node_exec.hh.

◆ nodetree

bNodeTree* bNodeTreeExec::nodetree

Definition at line 33 of file node_exec.hh.

◆ stack

bNodeStack* bNodeTreeExec::stack

Definition at line 39 of file node_exec.hh.

◆ stacksize

int bNodeTreeExec::stacksize

Definition at line 38 of file node_exec.hh.

◆ threadstack

ListBase* bNodeTreeExec::threadstack

Definition at line 41 of file node_exec.hh.

◆ totnodes

int bNodeTreeExec::totnodes

Definition at line 35 of file node_exec.hh.


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