BRL-CAD
|
#include <tcl_data.h>
Data Fields | |
char | s_wflag |
work flag - used by various libged and Tcl functions More... | |
char | s_dflag |
1 - s_basecolor is derived from the default More... | |
unsigned char | s_basecolor [3] |
color from containing region More... | |
char | s_uflag |
1 - the user specified the color More... | |
char | s_cflag |
1 - use the default color More... | |
char | s_Eflag |
flag - not a solid but an "E'd" region (MGED ONLY) More... | |
short | s_regionid |
region ID (MGED ONLY) More... | |
Definition at line 42 of file tcl_data.h.
char s_wflag |
work flag - used by various libged and Tcl functions
Definition at line 43 of file tcl_data.h.
char s_dflag |
1 - s_basecolor is derived from the default
Definition at line 44 of file tcl_data.h.
unsigned char s_basecolor[3] |
color from containing region
Definition at line 45 of file tcl_data.h.
char s_uflag |
1 - the user specified the color
Definition at line 46 of file tcl_data.h.
char s_cflag |
1 - use the default color
Definition at line 47 of file tcl_data.h.
char s_Eflag |
flag - not a solid but an "E'd" region (MGED ONLY)
Definition at line 50 of file tcl_data.h.
short s_regionid |
region ID (MGED ONLY)
Definition at line 51 of file tcl_data.h.