BRL-CAD
tree::tree_nmgregion Struct Reference

#include <tree.h>

Collaboration diagram for tree::tree_nmgregion:
[legend]

Data Fields

uint32_t magic
 
int td_op
 leaf, OP_NMG_TESS More...
 
const char * td_name
 If non-null, dynamic string describing heritage of this region. More...
 
struct nmgregiontd_r
 ptr to NMG region More...
 

Detailed Description

Definition at line 169 of file tree.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 170 of file tree.h.

◆ td_op

int td_op

leaf, OP_NMG_TESS

Definition at line 171 of file tree.h.

◆ td_name

const char* td_name

If non-null, dynamic string describing heritage of this region.

Definition at line 172 of file tree.h.

◆ td_r

struct nmgregion* td_r

ptr to NMG region

Definition at line 173 of file tree.h.


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