BRL-CAD
rt_reprep_obj_list Struct Reference

#include <prep.h>

Collaboration diagram for rt_reprep_obj_list:
[legend]

Data Fields

size_t ntopobjs
 number of objects in the original call to gettrees More...
 
char ** topobjs
 list of the above object names More...
 
size_t nunprepped
 number of objects to be unprepped and re-prepped More...
 
char ** unprepped
 list of the above objects More...
 
struct bu_ptbl paths
 list of all paths from topobjs to unprepped objects More...
 
struct db_tree_state ** tsp
 tree state used by tree walker in "reprep" routines More...
 
struct bu_ptbl unprep_regions
 list of region structures that will be "unprepped" More...
 
size_t old_nsolids
 rtip->nsolids before unprep More...
 
size_t old_nregions
 rtip->nregions before unprep More...
 
size_t nsolids_unprepped
 number of soltab structures eliminated by unprep More...
 
size_t nregions_unprepped
 number of region structures eliminated by unprep More...
 

Detailed Description

Structure used by the "reprep" routines

Definition at line 40 of file prep.h.

Field Documentation

◆ ntopobjs

size_t ntopobjs

number of objects in the original call to gettrees

Definition at line 41 of file prep.h.

◆ topobjs

char** topobjs

list of the above object names

Definition at line 42 of file prep.h.

◆ nunprepped

size_t nunprepped

number of objects to be unprepped and re-prepped

Definition at line 43 of file prep.h.

◆ unprepped

char** unprepped

list of the above objects

Definition at line 44 of file prep.h.

◆ paths

struct bu_ptbl paths

list of all paths from topobjs to unprepped objects

Definition at line 47 of file prep.h.

◆ tsp

struct db_tree_state** tsp

tree state used by tree walker in "reprep" routines

Definition at line 48 of file prep.h.

◆ unprep_regions

struct bu_ptbl unprep_regions

list of region structures that will be "unprepped"

Definition at line 49 of file prep.h.

◆ old_nsolids

size_t old_nsolids

rtip->nsolids before unprep

Definition at line 50 of file prep.h.

◆ old_nregions

size_t old_nregions

rtip->nregions before unprep

Definition at line 51 of file prep.h.

◆ nsolids_unprepped

size_t nsolids_unprepped

number of soltab structures eliminated by unprep

Definition at line 52 of file prep.h.

◆ nregions_unprepped

size_t nregions_unprepped

number of region structures eliminated by unprep

Definition at line 53 of file prep.h.


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