PK_MTOPOL_t   

struct PK_MTOPOL_s
    {
    PK_MESH_t mesh;    --- mesh to which mtopol belongs
    int       mtopol;  --- identifier of mesh topology within 'mesh'
    };
typedef struct PK_MTOPOL_s PK_MTOPOL_t;



This type represents an element of mesh topology.

Used in:

PK_MESH_defect_details_t
PK_MESH_eval_with_mtopol
PK_MESH_imprint_vectors_o_t
PK_MESH_store_normals_o_t
PK_MFACET_t
PK_MFIN_t
PK_MTOPOL_ask_box
PK_MTOPOL_ask_class
PK_MTOPOL_is
PK_MTOPOL_make_meshes
PK_MTOPOL_map_r_t
PK_MTOPOL_map_record_r_t
PK_MTOPOL_select_cb_f_t
PK_MVERTEX_t


A mesh topology element is of one of the types:
 - PK_MFACET_t:  a mesh facet
 - PK_MFIN_t:    a mesh fin
 - PK_MVERTEX_t: a mesh vertex