#include <bn.h>
Data Fields | |
uint32_t | magic |
size_t | nused |
size_t | max |
long * | rgb |
rgb[max] variable size array | |
struct bu_list * | head |
head[max] variable size array | |
struct bu_list * | free_vlist_hd |
where to get/put free vlists |
B N _ V L B L O C K
For plotting, a way of separating plots into separate color vlists: blocks of vlists, each with an associated color.
Definition at line 1769 of file bn.h.
struct bu_list* free_vlist_hd |