BRL-CAD
boxnode Struct Reference

#include <space_partition.h>

Collaboration diagram for boxnode:
[legend]

Data Fields

int bn_type
 
fastf_t bn_min [3]
 
fastf_t bn_max [3]
 
struct soltab ** bn_list
 bn_list[bn_len] More...
 
size_t bn_len
 # of solids in list More...
 
size_t bn_maxlen
 # of ptrs allocated to list More...
 
struct rt_piecelistbn_piecelist
 [] solids with pieces More...
 
size_t bn_piecelen
 # of piecelists used More...
 
size_t bn_maxpiecelen
 # of piecelists allocated More...
 

Detailed Description

Definition at line 55 of file space_partition.h.

Field Documentation

◆ bn_type

int bn_type

Definition at line 56 of file space_partition.h.

◆ bn_min

fastf_t bn_min[3]

Definition at line 57 of file space_partition.h.

◆ bn_max

fastf_t bn_max[3]

Definition at line 58 of file space_partition.h.

◆ bn_list

struct soltab** bn_list

bn_list[bn_len]

Definition at line 59 of file space_partition.h.

◆ bn_len

size_t bn_len

# of solids in list

Definition at line 60 of file space_partition.h.

◆ bn_maxlen

size_t bn_maxlen

# of ptrs allocated to list

Definition at line 61 of file space_partition.h.

◆ bn_piecelist

struct rt_piecelist* bn_piecelist

[] solids with pieces

Definition at line 62 of file space_partition.h.

◆ bn_piecelen

size_t bn_piecelen

# of piecelists used

Definition at line 63 of file space_partition.h.

◆ bn_maxpiecelen

size_t bn_maxpiecelen

# of piecelists allocated

Definition at line 64 of file space_partition.h.


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