PK_MTOPOL_map_cb_f_t   

typedef void             (*PK_MTOPOL_map_cb_f_t)
(
--- received arguments ---
PK_MTOPOL_map_r_t          map_records, --- mapping records
void                      *data,
--- returned arguments ---
PK_MESH_cb_status_t       *status
);


This is a type definition for an external function to be
used by Parasolid to return mapping information. The function itself is
provided by the application.

Used in:

PK_MESH_imprint_vectors_o_t
PK_MTOPOL_make_meshes_o_t


The pk_mtopol_map_r_t 'map_records' argument contains mapping information.
The 'data' argument is used to communicate between the application and its
supplied callback function.