|
BRL-CAD
|
#include <space_partition.h>
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_piecelist * | bn_piecelist |
| [] solids with pieces More... | |
| size_t | bn_piecelen |
| # of piecelists used More... | |
| size_t | bn_maxpiecelen |
| # of piecelists allocated More... | |
Definition at line 54 of file space_partition.h.
| int bn_type |
Definition at line 55 of file space_partition.h.
| fastf_t bn_min[3] |
Definition at line 56 of file space_partition.h.
| fastf_t bn_max[3] |
Definition at line 57 of file space_partition.h.
| struct soltab** bn_list |
bn_list[bn_len]
Definition at line 58 of file space_partition.h.
| size_t bn_len |
# of solids in list
Definition at line 59 of file space_partition.h.
| size_t bn_maxlen |
# of ptrs allocated to list
Definition at line 60 of file space_partition.h.
| struct rt_piecelist* bn_piecelist |
[] solids with pieces
Definition at line 61 of file space_partition.h.
| size_t bn_piecelen |
# of piecelists used
Definition at line 62 of file space_partition.h.
| size_t bn_maxpiecelen |
# of piecelists allocated
Definition at line 63 of file space_partition.h.