 |
PK_LATTICE_create_by_graph_r_t |
|
struct PK_LATTICE_create_by_graph_r_s
{
int r_t_version; --- version number of return structure
int n_lattices; --- number of created lattices
PK_LATTICE_t *lattices; --- created lattices
};
typedef struct PK_LATTICE_create_by_graph_r_s PK_LATTICE_create_by_graph_r_t;
A structure packaging the created lattices.
Used in:
PK_LATTICE_create_by_graph
PK_LATTICE_create_by_graph_r_f
The structure has the following fields:
'n_lattices' The number of created lattices.
'lattices' The created lattices.
The function PK_LATTICE_create_by_graph_r_f may be used to free associated
memory.