BRL-CAD
Loading...
Searching...
No Matches
bv_vlist Struct Reference

#include <vlist.h>

Collaboration diagram for bv_vlist:
[legend]

Data Fields

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

Detailed Description

Definition at line 65 of file vlist.h.

Field Documentation

◆ l

struct bu_list l

magic, forw, back

Definition at line 66 of file vlist.h.

◆ nused

size_t nused

elements 0..nused active

Definition at line 67 of file vlist.h.

◆ cmd

int cmd[BV_VLIST_CHUNK]

VL_CMD_*.

Definition at line 68 of file vlist.h.

◆ pt

associated 3-point/vect

Definition at line 69 of file vlist.h.


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