 |
PK_LATTICE_graph_cb_f_t |
|
typedef void (*PK_LATTICE_graph_cb_f_t)
(
--- received arguments ---
PK_POINTER_t context, --- user data
--- returned arguments ---
PK_LATTICE_graph_data_t *const graph_data, --- block of lattice data
PK_LATTICE_cb_status_t *const status --- return status
);
This is the type definition for an external evaluator function to be used
by Parasolid to receive graph data with which to create a lattice.
The function itself is provided by the application.
Used in:
PK_LATTICE_create_by_graph
This function will be called by PK_LATTICE_create_by_graph to access the next
block of external lattice data.