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

#include <tree.h>

Collaboration diagram for tree::tree_db_leaf:
[legend]

Data Fields

uint32_t magic
 
int tl_op
 leaf, OP_DB_LEAF
 
matp_t tl_mat
 xform matp, NULL ==> identity
 
chartl_name
 Name of this leaf (bu_strdup'ed)
 

Detailed Description

Definition at line 199 of file tree.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 200 of file tree.h.

◆ tl_op

int tl_op

leaf, OP_DB_LEAF

Definition at line 201 of file tree.h.

◆ tl_mat

matp_t tl_mat

xform matp, NULL ==> identity

Definition at line 202 of file tree.h.

◆ tl_name

char* tl_name

Name of this leaf (bu_strdup'ed)

Definition at line 203 of file tree.h.


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