#include <raytrace.h>
Collaboration diagram for rt_reprep_obj_list:

Data Fields | |
| int | ntopobjs |
| number of objects in the original call to gettrees | |
| char ** | topobjs |
| list of the above object names | |
| int | nunprepped |
| number of objects to be unprepped and re-prepped | |
| char ** | unprepped |
| list of the above objects | |
| bu_ptbl | paths |
| list of all paths from topobjs to unprepped objects | |
| db_tree_state ** | tsp |
| tree state used by tree walker in "reprep" routines | |
| bu_ptbl | unprep_regions |
| list of region structures that will be "unprepped" | |
| long | old_nsolids |
| rtip->nsolids before unprep | |
| long | old_nregions |
| rtip->nregions before unprep | |
| long | nsolids_unprepped |
| number of soltab structures eliminated by unprep | |
| long | nregions_unprepped |
| number of region structures eliminated by unprep | |
Structure used by the "reprep" routines
Definition at line 1540 of file raytrace.h.
|
|
number of objects in the original call to gettrees
Definition at line 1541 of file raytrace.h. Referenced by rt_unprep(). |
|
|
list of the above object names
Definition at line 1542 of file raytrace.h. Referenced by rt_unprep(). |
|
|
number of objects to be unprepped and re-prepped
Definition at line 1543 of file raytrace.h. |
|
|
list of the above objects
Definition at line 1544 of file raytrace.h. |
|
|
list of all paths from topobjs to unprepped objects
Definition at line 1547 of file raytrace.h. Referenced by rt_reprep(), and rt_unprep(). |
|
|
tree state used by tree walker in "reprep" routines
Definition at line 1548 of file raytrace.h. |
|
|
list of region structures that will be "unprepped"
Definition at line 1549 of file raytrace.h. |
|
|
rtip->nsolids before unprep
Definition at line 1550 of file raytrace.h. |
|
|
rtip->nregions before unprep
Definition at line 1551 of file raytrace.h. |
|
|
number of soltab structures eliminated by unprep
Definition at line 1552 of file raytrace.h. |
|
|
number of region structures eliminated by unprep
Definition at line 1553 of file raytrace.h. |
1.4.6