BRL-CAD
model Struct Reference

NMG topological model. More...

#include <topology.h>

Collaboration diagram for model:
[legend]

Data Fields

uint32_t magic
 
struct bu_list r_hd
 list of regions More...
 
char * manifolds
 structure 1-3manifold table More...
 
long index
 struct # in this model More...
 
long maxindex
 # of structs so far More...
 

Detailed Description

NMG topological model.

Definition at line 289 of file topology.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 290 of file topology.h.

◆ r_hd

struct bu_list r_hd

list of regions

Definition at line 291 of file topology.h.

◆ manifolds

char* manifolds

structure 1-3manifold table

Definition at line 292 of file topology.h.

◆ index

long index

struct # in this model

Definition at line 293 of file topology.h.

◆ maxindex

long maxindex

# of structs so far

Definition at line 294 of file topology.h.


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