PK_render_overlap_t   

typedef int PK_render_overlap_t;

Used in:

PK_TOPOL_render_line_o_t


PK_render_overlap_t has the following values:

    PK_render_overlap_no_c              do not allow for overlapping instances
    PK_render_overlap_yes_c             allow for overlapping instances
    PK_render_overlap_intsec_all_c      allow for overlapping instances and
                                        also provide interference curves, but
                                        allows the specification of two
                                        arbitrary lists of any length. If only
                                        one list is non-empty, then all
                                        instances in it will be clashed.
    PK_render_overlap_intsec_pair_c     same as "intsec_all_c" but with the
                                        additional specification of two non-
                                        empty lists of the same size. The
                                        instances are then pair-wise clashed.
    PK_render_overlap_intersect_c       (deprecated functionality)