BRL-CAD
tree::tree_tessellation Struct Reference

#include <tree.h>

Collaboration diagram for tree::tree_tessellation:
[legend]

Data Fields

uint32_t magic
 
int td_op
 leaf, OP_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...
 
void * td_d
 tessellation related data More...
 
struct rt_db_internaltd_i
 For special cases like half spaces. More...
 

Detailed Description

Definition at line 170 of file tree.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 171 of file tree.h.

◆ td_op

int td_op

leaf, OP_TESS

Definition at line 172 of file tree.h.

◆ td_name

const char* td_name

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

Definition at line 173 of file tree.h.

◆ td_r

struct nmgregion* td_r

ptr to NMG region

Definition at line 174 of file tree.h.

◆ td_d

void* td_d

tessellation related data

Definition at line 175 of file tree.h.

◆ td_i

struct rt_db_internal* td_i

For special cases like half spaces.

Definition at line 176 of file tree.h.


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