#include "common.h"
#include "bu/list.h"
#include "bn/tol.h"
#include "rt/defines.h"
#include "rt/db_internal.h"
#include "rt/resource.h"
#include "nmg.h"
Go to the source code of this file.
|
union tree * | rt_booltree_leaf_tess (struct db_tree_state *tsp, const struct db_full_path *pathp, struct rt_db_internal *ip, void *client_data) |
|
union tree * | rt_booltree_evaluate (union tree *tp, struct bu_list *vlfree, const struct bn_tol *tol, struct resource *resp, int(*do_bool)(union tree *, union tree *, union tree *, int op, struct bu_list *, const struct bn_tol *, void *), int verbose, void *data) |
|
◆ rt_booltree_leaf_tess()
◆ rt_booltree_evaluate()
union tree* rt_booltree_evaluate |
( |
union tree * |
tp, |
|
|
struct bu_list * |
vlfree, |
|
|
const struct bn_tol * |
tol, |
|
|
struct resource * |
resp, |
|
|
int(*)(union tree *, union tree *, union tree *, int op, struct bu_list *, const struct bn_tol *, void *) |
do_bool, |
|
|
int |
verbose, |
|
|
void * |
data |
|
) |
| |