BRL-CAD
bv_vlist Struct Reference

#include <vlist.h>

Collaboration diagram for bv_vlist:
[legend]

Data Fields

struct bu_list l
 magic, forw, back More...
 
size_t nused
 elements 0..nused active More...
 
int cmd [BV_VLIST_CHUNK]
 VL_CMD_*. More...
 
point_t pt [BV_VLIST_CHUNK]
 associated 3-point/vect More...
 

Detailed Description

Definition at line 64 of file vlist.h.

Field Documentation

◆ l

struct bu_list l

magic, forw, back

Definition at line 65 of file vlist.h.

◆ nused

size_t nused

elements 0..nused active

Definition at line 66 of file vlist.h.

◆ cmd

int cmd[BV_VLIST_CHUNK]

VL_CMD_*.

Definition at line 67 of file vlist.h.

◆ pt

associated 3-point/vect

Definition at line 68 of file vlist.h.


The documentation for this struct was generated from the following file: