PK_LBALL_min_radius_t   

typedef int PK_LBALL_min_radius_t;

Used in:

PK_LATTICE_create_by_graph_o_t


This datatype specifies what action should be taken if the supplied radius of
an lball is not at least as large as the radius of its largest incident lrod.

PK_LBALL_min_radius_t can take the values:

    PK_LBALL_min_radius_fail_c    The radius of each lball must be at least as
                                  large as the radius of its largest incident
                                  lrod. If this is not the case, attempting to
                                  create the lattice will fail with
                                  PK_ERROR_invalid_geometry.
    PK_LBALL_min_radius_auto_c    When creating a lattice, the radius of each
                                  lball will be automatically increased if
                                  required, so that that the radius is as large
                                  as the radius of its largest incident lrod.