BRL-CAD
#include "common.h"
#include "vmath.h"
#include "bu/bitv.h"
#include "bu/ptbl.h"
#include "rt/application.h"
#include "rt/resource.h"
#include "rt/seg.h"
#include "rt/ray_partition.h"
Include dependency graph for boolweave.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void rt_boolweave (struct seg *out_hd, struct seg *in_hd, struct partition *PartHeadp, struct application *ap)
 Weave segs into partitions. More...
 
int rt_boolfinal (struct partition *InputHdp, struct partition *FinalHdp, fastf_t startdist, fastf_t enddist, struct bu_ptbl *regionbits, struct application *ap, const struct bu_bitv *solidbits)
 Eval booleans over partitions. More...
 
void rt_bool_growstack (struct resource *res)