#include <bn.h>
Collaboration diagram for bn_vlblock:

Data Fields | |
| long | magic |
| int | nused |
| int | max |
| long * | rgb |
| rgb[max] variable size array | |
| bu_list * | head |
| head[max] variable size array | |
| bu_list * | free_vlist_hd |
| where to get/put free vlists | |
For plotting, a way of separating plots into separate color vlists: blocks of vlists, each with an associated color.
Definition at line 1686 of file bn.h.
|
|
Definition at line 1687 of file bn.h. Referenced by bn_vlblock_init(). |
|
|
Definition at line 1688 of file bn.h. Referenced by dgo_cvt_vlblock_to_solids(), rt_plot_vlblock(), rt_vlblock_find(), and rt_vlblock_free(). |
|
|
Definition at line 1689 of file bn.h. Referenced by bn_vlblock_init(). |
|
|
rgb[max] variable size array
Definition at line 1690 of file bn.h. Referenced by bn_vlblock_init(), dgo_cvt_vlblock_to_solids(), rt_plot_vlblock(), rt_vlblock_find(), and rt_vlblock_free(). |
|
|
head[max] variable size array
Definition at line 1691 of file bn.h. Referenced by bn_vlblock_init(), dgo_cvt_vlblock_to_solids(), rt_plot_vlblock(), rt_vlblock_find(), and rt_vlblock_free(). |
|
|
where to get/put free vlists
Definition at line 1692 of file bn.h. Referenced by bn_vlblock_init(), nmg_vlblock_v(), rt_label_vlist_verts(), rt_process_uplot_value(), and rt_vlblock_free(). |
1.4.6