PK_GEOM_category_t   

typedef int PK_GEOM_category_t;

Used in:

PK_GEOM_ask_geom_category
PK_PARTITION_ask_facet_geom
PK_TOPOL_categorise_geom


This type specifies the category of one or more geometries. A combination of
classic geometry and lattice, point or absent geometry is considered to be
classic. Similarly a combination of facet geometry and lattice, point or
absent geometry is considered to be facet. A combination of only lattice
and point geometry is considered to be lattice.

    PK_GEOM_category_none_c     The geometry is absent.
    PK_GEOM_category_point_c    The geometry is one or more points.
    PK_GEOM_category_lattice_c  The geometry is one or more lattices.
    PK_GEOM_category_classic_c  The geometry is classic.
    PK_GEOM_category_facet_c    The geometry is facet.
    PK_GEOM_category_mixed_c    The geometry is a combination of facet and
                                classic geometry.