![]() |
PK_pattern_form_t |
struct PK_pattern_form_s
{
PK_pattern_type_t type; --- type of pattern
--- (PK_pattern_type_original_c)
union
{
PK_pattern_rectilinear_o_t *rectilinear;
} form; --- form of pattern (NULL)
};
typedef struct PK_pattern_form_s PK_pattern_form_t;
This structure contains data of the form of the pattern
Specific Errors:
Description of fields: 'type' Type of pattern supplied 'form' Data of the pattern