BRL-CAD
rt_htbl Struct Reference

#include <piece.h>

Collaboration diagram for rt_htbl:
[legend]

Data Fields

struct bu_list l
 linked list for caller's use More...
 
size_t end
 index of first available location More...
 
size_t blen
 # of struct's of storage at *hits More...
 
struct hithits
 hits[blen] data storage area More...
 

Detailed Description

Support for variable length arrays of "struct hit". Patterned after the libbu/ptbl.c idea.

Definition at line 41 of file piece.h.

Field Documentation

◆ l

struct bu_list l

linked list for caller's use

Definition at line 42 of file piece.h.

◆ end

size_t end

index of first available location

Definition at line 43 of file piece.h.

◆ blen

size_t blen

# of struct's of storage at *hits

Definition at line 44 of file piece.h.

◆ hits

struct hit* hits

hits[blen] data storage area

Definition at line 45 of file piece.h.


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