BRL-CAD
|
#include <piece.h>
Data Fields | |
struct bu_list | l |
linked list for caller's use | |
size_t | end |
index of first available location | |
size_t | blen |
# of struct's of storage at *hits | |
struct hit * | hits |
hits[blen] data storage area | |
Support for variable length arrays of "struct hit". Patterned after the libbu/ptbl.c idea.