|
struct rt_i * | rt_new_rti (struct db_i *dbip) |
|
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) |
|
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) |
|
DEPRECATED int | rt_load_attrs (struct rt_i *rtip, char **attrs) |
|
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. More...
|
|
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) |
|
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, struct resource *resp) |
|
void | rt_clean (struct rt_i *rtip) |
|
int | rt_del_regtree (struct rt_i *rtip, struct region *delregp, struct resource *resp) |
|
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) |
|