PK_BODY_make_patterned_o_t   

struct PK_BODY_make_patterned_o_s
    {
    int                     o_t_version;    --- version number of options
                                            --- structure
    PK_pattern_cell_t       cell;           --- cell to be repeated
    PK_pattern_bound_t      bound;          --- bounds on the pattern
    PK_pattern_form_t       form;           --- form of pattern
    PK_pattern_callback_t   callback;       --- callback to be applied
    };

typedef struct PK_BODY_make_patterned_o_s PK_BODY_make_patterned_o_t;



This structure contains optional controls for PK_BODY_make_patterned.


Specific Errors:
    PK_ERROR_bad_value              'repetitions_i', 'repetitions_j', or
                                    'repetitions_k' within 'bound' have a
                                    first value greater than the second
                                    (MILD)


Used in:

PK_BODY_make_patterned


 Description of fields:


 
 'cell'             Cell to be repeated

 
 'bound'            Bounds on the pattern

 
 'form'             Form of pattern

 
 'callback'         Callback to be applied