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

#include <tree.h>

Collaboration diagram for tree::tree_leaf:
[legend]

Data Fields

uint32_t magic
 
int tu_op
 leaf, OP_SOLID
 
struct regiontu_regionp
 ptr to containing region
 
struct soltabtu_stp
 

Detailed Description

Definition at line 179 of file tree.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 180 of file tree.h.

◆ tu_op

int tu_op

leaf, OP_SOLID

Definition at line 181 of file tree.h.

◆ tu_regionp

struct region* tu_regionp

ptr to containing region

Definition at line 182 of file tree.h.

◆ tu_stp

struct soltab* tu_stp

Definition at line 183 of file tree.h.


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