PK_extension_limit_t   

typedef int PK_extension_limit_t;

Used in:

PK_BODY_extend_o_t


This datatype defines how the target controls the amount of extension when
extending a sheet to a target.

    PK_extension_limit_minimal_c :   Produce the minimal extension such that
                                     the extended sheet is completely divided
                                     by the target.
    PK_extension_limit_inside_c  :   Extend until the entire extension
                                     boundary lies inside the material region
                                     of the target.
    PK_extension_limit_outside_c :   Extend until the entire extension
                                     boundary lies outside the material region
                                     of the target.