UF_FAM_class_data_s (view source)
 
Defined in: uf_fam_types.h
 
Also known as:
 


Data Members

subtype
int
A flag indicating the type of
attributes in this class.
Valid values are :

UF_fam_attr_text_subtype
UF_fam_attr_numeric_subtype
UF_fam_attr_integer_subtype
UF_fam_attr_double_subtype
UF_fam_attr_string_subtype
UF_fam_attr_part_subtype
UF_fam_attr_name_subtype
UF_fam_attr_instance_subtype
UF_fam_attr_exp_subtype
UF_fam_attr_mirror_subtype
UF_fam_attr_density_subtype
UF_fam_attr_feature_subtype

attribute_count
int
The number of attributes
in this class

attribute_data
UF_FAM_attribute_data_t *
An array of family
attribute structures(see
below).
Each attribute structure
represents a member of the
attribute class.

name
char *
The name of the attribute class.