|
BRL-CAD
|
#include <region.h>
Data Fields | |
| struct bu_list | l |
| magic # and doubly linked list More... | |
| const char * | reg_name |
| Identifying string. More... | |
| union tree * | reg_treetop |
| Pointer to boolean tree. More... | |
| int | reg_bit |
| constant index into Regions[] More... | |
| int | reg_regionid |
| Region ID code. If <=0, use reg_aircode. More... | |
| int | reg_aircode |
| Region ID AIR code. More... | |
| int | reg_gmater |
| GIFT Material code. More... | |
| int | reg_los |
| approximate line-of-sight thickness equivalence More... | |
| struct mater_info | reg_mater |
| Real material information. More... | |
| void * | reg_mfuncs |
| User appl. funcs for material. More... | |
| void * | reg_udata |
| User appl. data for material. More... | |
| int | reg_transmit |
| flag: material transmits light More... | |
| long | reg_instnum |
| instance number, from d_uses More... | |
| short | reg_all_unions |
| 1=boolean tree is all unions More... | |
| short | reg_is_fastgen |
| FASTGEN-compatibility mode? More... | |
| struct bu_attribute_value_set | attr_values |
| Attribute/value set. More... | |
| struct mater_info reg_mater |
| struct bu_attribute_value_set attr_values |