UF_LAYER_category_info_s (view source)
 
Defined in: uf_layer.h
 
Also known as:
 


Data Members

name [ UF_OBJ_NAME_BUFSIZE ]
char
The name of this category.

layer_mask [ UF_LAYER_MAX_LAYER ]
logical
A logical for each layer, does
it belong to this category or not.
layer_mask[0] is TRUE if layer 1
belongs to the category, otherwise
it is false. layer_mask[1] applies
to layer 2, and so on.

descr [ UF_OBJ_NAME_BUFSIZE ]
char
This is the description of this
layer category.