BRL-CAD
Loading...
Searching...
No Matches
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
 
const chartd_name
 If non-null, dynamic string describing heritage of this region.
 
struct nmgregiontd_r
 ptr to NMG region
 
voidtd_d
 tessellation related data
 
struct rt_db_internaltd_i
 For special cases like half spaces.
 

Detailed Description

Definition at line 191 of file tree.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 192 of file tree.h.

◆ td_op

int td_op

leaf, OP_TESS

Definition at line 193 of file tree.h.

◆ td_name

const char* td_name

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

Definition at line 194 of file tree.h.

◆ td_r

struct nmgregion* td_r

ptr to NMG region

Definition at line 195 of file tree.h.

◆ td_d

void* td_d

tessellation related data

Definition at line 196 of file tree.h.

◆ td_i

struct rt_db_internal* td_i

For special cases like half spaces.

Definition at line 197 of file tree.h.


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