|
| struct rt_i * | rt_i_create (struct db_i *dbip) |
| |
| void | rt_i_destroy (struct rt_i *rtip) |
| |
| void | rt_i_init (struct rt_i *rtip, struct db_i *dbip) |
| |
| void | rt_i_clear (struct rt_i *rtip) |
| |
| DEPRECATED struct rt_i * | rt_new_rti (struct db_i *dbip) |
| |
| DEPRECATED void | rt_free_rti (struct rt_i *rtip) |
| |
| void | rt_prep (struct rt_i *rtip) |
| |
| void | rt_prep_parallel (struct rt_i *rtip, int ncpu) |
| |
| struct bu_list * | rt_solidhead_ptr (struct rt_i *rtip, int idx) |
| |
| int | rt_gettree (struct rt_i *rtip, const char *node) |
| |
| int | rt_gettrees (struct rt_i *rtip, int argc, const char **argv, int ncpus) |
| |
| int | rt_gettrees_and_attrs (struct rt_i *rtip, const char **attrs, int argc, const char **argv, int ncpus) |
| |
| void | rt_pr_partitions (const struct rt_i *rtip, const struct partition *phead, const char *title) |
| |
| struct soltab * | rt_find_solid (const struct rt_i *rtip, const char *name) |
| | Find solid by leaf name.
|
| |
| void | rt_init_resource (struct resource *resp, int cpu_num, struct rt_i *rtip) |
| |
| void | rt_clean_resource_basic (struct rt_i *rtip, struct resource *resp) |
| |
| void | rt_clean_resource (struct rt_i *rtip, struct resource *resp) |
| |
| DEPRECATED void | rt_clean_resource_complete (struct rt_i *rtip, struct resource *resp) |
| |
| int | rt_plot_solid (FILE *fp, struct rt_i *rtip, const struct soltab *stp) |
| |
| void | rt_clean (struct rt_i *rtip) |
| |
| int | rt_del_regtree (struct rt_i *rtip, struct region *delregp) |
| |
| void | rt_iterate_regions (struct rt_i *rtip, rt_region_callback_t callback, void *udata) |
| |
| void | rt_mark_region_deleted (struct rt_i *rtip, struct region *regp) |
| |
| size_t | rt_deleted_regions_cnt (struct rt_i *rtip) |
| |
| struct region * | rt_deleted_region_get (struct rt_i *rtip, size_t n) |
| |
| void | rt_ck (struct rt_i *rtip) |
| |
| void | rt_pr_tree_val (const union tree *tp, const struct partition *partp, int pr_name, int lvl) |
| |
| void | rt_pr_partition (const struct rt_i *rtip, const struct partition *pp) |
| |
| void | rt_pr_partition_vls (struct bu_vls *v, const struct rt_i *rtip, const struct partition *pp) |
| |
| void | rt_cut_it (struct rt_i *rtip, int ncpu) |
| |
| void | rt_fr_cut (struct rt_i *rtip, union cutter *cutp) |
| |
| void | rt_regionfix (struct rt_i *rtip) |
| |