BRL-CAD
bv_vlblock Struct Reference

#include <vlist.h>

Collaboration diagram for bv_vlblock:
[legend]

Data Fields

uint32_t magic
 
size_t nused
 
size_t max
 
long * rgb
 rgb[max] variable size array More...
 
struct bu_listhead
 head[max] variable size array More...
 
struct bu_listfree_vlist_hd
 where to get/put free vlists More...
 

Detailed Description

For plotting, a way of separating plots into separate color vlists: blocks of vlists, each with an associated color.

Definition at line 190 of file vlist.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 191 of file vlist.h.

◆ nused

size_t nused

Definition at line 192 of file vlist.h.

◆ max

size_t max

Definition at line 193 of file vlist.h.

◆ rgb

long* rgb

rgb[max] variable size array

Definition at line 194 of file vlist.h.

◆ head

struct bu_list* head

head[max] variable size array

Definition at line 195 of file vlist.h.

◆ free_vlist_hd

struct bu_list* free_vlist_hd

where to get/put free vlists

Definition at line 196 of file vlist.h.


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