PK_render_lattice_t   

typedef int PK_render_lattice_t;

Used in:

PK_GEOM_render_o_t


This datatype determines which line-types are returned by PK_GEOM_render when
rendering lattices. It may take one of the following values:

    PK_render_lattice_line_c       render each lattice rod as a straight line
                                   between the two balls it connects

    PK_render_lattice_solid_c      render each lattice ball as a sphere, and
                                   each rod as a cylindrical or conical segment

    PK_render_lattice_composite_c  render each lattice ball as a sphere, and
                                   each lattice rod as a straight line between
                                   the two balls it connects