BRL-CAD
|
Go to the source code of this file.
Functions | |
void | rt_htbl_init (struct rt_htbl *b, size_t len, const char *str) |
void | rt_htbl_reset (struct rt_htbl *b) |
void | rt_htbl_free (struct rt_htbl *b) |
struct hit * | rt_htbl_get (struct rt_htbl *b) |
Reset the table to have no elements, but retain any existing storage.
Deallocate dynamic hit buffer and render unusable without a subsequent rt_htbl_init().