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