BRL-CAD
tree::tree_db_leaf Struct Reference

#include <tree.h>

Data Fields

uint32_t magic
 
int tl_op
 leaf, OP_DB_LEAF More...
 
matp_t tl_mat
 xform matp, NULL ==> identity More...
 
char * tl_name
 Name of this leaf (bu_strdup'ed) More...
 

Detailed Description

Definition at line 175 of file tree.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 176 of file tree.h.

◆ tl_op

int tl_op

leaf, OP_DB_LEAF

Definition at line 177 of file tree.h.

◆ tl_mat

matp_t tl_mat

xform matp, NULL ==> identity

Definition at line 178 of file tree.h.

◆ tl_name

char* tl_name

Name of this leaf (bu_strdup'ed)

Definition at line 179 of file tree.h.


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