#include <bn.h>
Collaboration diagram for bn_vlist:
Data Fields | |
bu_list | l |
magic, forw, back | |
int | nused |
elements 0..nused active | |
int | cmd [BN_VLIST_CHUNK] |
VL_CMD_*. | |
point_t | pt [BN_VLIST_CHUNK] |
associated 3-point/vect |
Definition at line 1624 of file bn.h.
|
magic, forw, back
Definition at line 1625 of file bn.h. Referenced by rt_extrude_plot(). |
|
elements 0..nused active
Definition at line 1626 of file bn.h. Referenced by nmg_vlist_to_eu(), nmg_vlist_to_wire_edges(), rt_ck_vlist(), rt_extrude_plot(), rt_label_vlist_verts(), rt_process_uplot_value(), rt_vlist_copy(), rt_vlist_export(), and rt_vlist_to_uplot(). |
|
VL_CMD_*.
Definition at line 1627 of file bn.h. Referenced by nmg_vlist_to_eu(), nmg_vlist_to_wire_edges(), rt_ck_vlist(), rt_label_vlist_verts(), rt_vlist_copy(), rt_vlist_export(), rt_vlist_import(), and rt_vlist_to_uplot(). |
|
associated 3-point/vect
Definition at line 1628 of file bn.h. Referenced by nmg_vlist_to_eu(), nmg_vlist_to_wire_edges(), rt_ck_vlist(), rt_extrude_plot(), rt_label_vlist_verts(), rt_process_uplot_value(), rt_vlist_copy(), and rt_vlist_to_uplot(). |