BRL-CAD
Loading...
Searching...
No Matches
tree::tree_node Struct Reference

#include <tree.h>

Collaboration diagram for tree::tree_node:
[legend]

Data Fields

uint32_t magic
 
int tb_op
 non-leaf
 
struct regiontb_regionp
 ptr to containing region
 
union treetb_left
 
union treetb_right
 

Detailed Description

Definition at line 172 of file tree.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 173 of file tree.h.

◆ tb_op

int tb_op

non-leaf

Definition at line 174 of file tree.h.

◆ tb_regionp

struct region* tb_regionp

ptr to containing region

Definition at line 175 of file tree.h.

◆ tb_left

union tree* tb_left

Definition at line 176 of file tree.h.

◆ tb_right

union tree* tb_right

Definition at line 177 of file tree.h.


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