Header file for the BRL-CAD common definitions.
int rt_reprep(struct rt_i *rtip, struct rt_reprep_obj_list *objs, struct resource *resp)
int rt_unprep(struct rt_i *rtip, struct rt_reprep_obj_list *objs, struct resource *resp)
int re_prep_solids(struct rt_i *rtip, int num_solids, char **solid_names, struct resource *resp)
size_t nregions_unprepped
number of region structures eliminated by unprep
struct bu_ptbl unprep_regions
list of region structures that will be "unprepped"
size_t nunprepped
number of objects to be unprepped and re-prepped
char ** unprepped
list of the above objects
size_t old_nregions
rtip->nregions before unprep
size_t old_nsolids
rtip->nsolids before unprep
struct bu_ptbl paths
list of all paths from topobjs to unprepped objects
size_t ntopobjs
number of objects in the original call to gettrees
size_t nsolids_unprepped
number of soltab structures eliminated by unprep
struct db_tree_state ** tsp
tree state used by tree walker in "reprep" routines
char ** topobjs
list of the above object names
fundamental vector, matrix, quaternion math macros