BRL-CAD
|
#include "common.h"
#include "vmath.h"
#include "bu/ptbl.h"
#include "rt/defines.h"
#include "rt/tree.h"
#include "rt/resource.h"
#include "rt/rt_instance.h"
Go to the source code of this file.
Data Structures | |
struct | rt_reprep_obj_list |
Functions | |
int | rt_unprep (struct rt_i *rtip, struct rt_reprep_obj_list *objs, struct resource *resp) |
int | rt_reprep (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) |
int rt_unprep | ( | struct rt_i * | rtip, |
struct rt_reprep_obj_list * | objs, | ||
struct resource * | resp | ||
) |
int rt_reprep | ( | struct rt_i * | rtip, |
struct rt_reprep_obj_list * | objs, | ||
struct resource * | resp | ||
) |